Searched refs:seq_path_root (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/ |
D | proc_namespace.c | 114 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_vfsmnt() 151 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_mountinfo() 218 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_vfsstat()
|
D | seq_file.c | 489 int seq_path_root(struct seq_file *m, const struct path *path, in seq_path_root() function
|
/Linux-v4.19/include/linux/ |
D | seq_file.h | 138 int seq_path_root(struct seq_file *m, const struct path *path,
|
/Linux-v4.19/Documentation/filesystems/ |
D | seq_file.txt | 220 int seq_path_root(struct seq_file *m, const struct path *path, 226 root is desired, it can be used with seq_path_root(). If it turns out that 227 path cannot be reached from root, seq_path_root() returns SEQ_SKIP.
|