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, const struct path * path,
10const char * esc);
11
ARGUMENTS
13m
14the seq_file handle
1516
path
17the struct path to print
1819
esc
20set of characters to escape in the output
21
DESCRIPTION
23return the absolute path of 'path', as represented by the dentry / mnt
24pair in the path parameter.
25
COPYRIGHT
27Kernel Hackers Manual 3.10 June 2019 SEQ_PATH(9)