Searched refs:seq_path_root (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/fs/ |
D | proc_namespace.c | 118 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_vfsmnt() 155 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_mountinfo() 222 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_vfsstat()
|
D | seq_file.c | 507 int seq_path_root(struct seq_file *m, const struct path *path, in seq_path_root() function
|
/linux-6.6.21/include/linux/ |
D | seq_file.h | 162 int seq_path_root(struct seq_file *m, const struct path *path,
|
/linux-6.6.21/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.
|