table of contents
other versions
- stretch 4.9.168-1
SEQ_PATH(9) | The Linux VFS | SEQ_PATH(9) |
NAME¶
seq_path - seq_file interface to print a pathnameSYNOPSIS¶
int seq_path(struct seq_file * m, const struct path * path, const char * esc);
ARGUMENTS¶
mthe seq_file handle
path
the struct path to print
esc
set of characters to escape in the output
DESCRIPTION¶
return the absolute path of 'path', as represented by the dentry / mnt pair in the path parameter.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |