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, const struct path * path,
10                    const char * esc);
11

ARGUMENTS

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

DESCRIPTION

23       return the absolute path of 'path', as represented by the dentry / mnt
24       pair in the path parameter.
25
27Kernel Hackers Manual 3.10         June 2019                       SEQ_PATH(9)
Impressum