1SEQ_PATH(9)                      The Linux VFS                     SEQ_PATH(9)
2
3
4

NAME

6       seq_path - seq_file interface to print a pathname
7

SYNOPSIS

9       int seq_path(struct seq_file * m, struct path * path, char * esc);
10

ARGUMENTS

12       m
13           the seq_file handle
14
15       path
16           the struct path to print
17
18       esc
19           set of characters to escape in the output
20

DESCRIPTION

22       return the absolute path of ´path´, as represented by the dentry / mnt
23       pair in the path parameter.
24
26Kernel Hackers Manual 2.6.         June 2019                       SEQ_PATH(9)
Impressum