Searched refs:seq_path_root (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/ |
D | proc_namespace.c | 118 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 | 507 int seq_path_root(struct seq_file *m, const struct path *path, in seq_path_root() function
|
D | namespace.c | 4997 err = seq_path_root(seq, &mnt_path, &s->root, ""); in statmount_mnt_point()
|
/linux-6.12.1/include/linux/ |
D | seq_file.h | 172 int seq_path_root(struct seq_file *m, const struct path *path,
|
/linux-6.12.1/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.
|