Searched refs:seq_path_root (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
D | proc_namespace.c | 115 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_vfsmnt() 152 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_mountinfo() 219 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_vfsstat()
|
D | seq_file.c | 496 int seq_path_root(struct seq_file *m, const struct path *path, in seq_path_root() function
|
/kernel/linux/linux-5.10/include/linux/ |
D | seq_file.h | 139 int seq_path_root(struct seq_file *m, const struct path *path,
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | seq_file.rst | 252 int seq_path_root(struct seq_file *m, const struct path *path, 258 root is desired, it can be used with seq_path_root(). If it turns out that 259 path cannot be reached from root, seq_path_root() returns SEQ_SKIP.
|