Searched refs:seq_path_root (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/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 | 501 int seq_path_root(struct seq_file *m, const struct path *path,  in seq_path_root()  function
 | 
| /Linux-v5.4/include/linux/ | 
| D | seq_file.h | 139 int seq_path_root(struct seq_file *m, const struct path *path,
 | 
| /Linux-v5.4/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.
 
 |