1SEQ_PATH(9) The Linux VFS SEQ_PATH(9)
23
4
NAME
6seq_path - seq_file interface to print a pathname
7
SYNOPSIS
9int seq_path(struct seq_file * m, struct path * path, char * esc);
10
ARGUMENTS
12m
13the seq_file handle
1415
path
16the struct path to print
1718
esc
19set of characters to escape in the output
20
DESCRIPTION
22return the absolute path of ´path´, as represented by the dentry / mnt
23pair in the path parameter.
24
COPYRIGHT
26Kernel Hackers Manual 2.6. June 2019 SEQ_PATH(9)