Searched refs:seq_path_root (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/ |
D | proc_namespace.c | 110 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_vfsmnt() 146 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_mountinfo() 212 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_vfsstat()
|
D | seq_file.c | 493 int seq_path_root(struct seq_file *m, const struct path *path, in seq_path_root() function
|
/linux-4.1.27/include/linux/ |
D | seq_file.h | 127 int seq_path_root(struct seq_file *m, const struct path *path,
|
/linux-4.1.27/Documentation/filesystems/ |
D | seq_file.txt | 199 int seq_path_root(struct seq_file *m, const struct path *path, 205 root is desired, it can be used with seq_path_root(). If it turns out that 206 path cannot be reached from root, seq_path_root() returns SEQ_SKIP.
|