Home
last modified time | relevance | path

Searched refs:seq_path_root (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/
Dproc_namespace.c115 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()
Dseq_file.c496 int seq_path_root(struct seq_file *m, const struct path *path, in seq_path_root() function
/kernel/linux/linux-5.10/include/linux/
Dseq_file.h139 int seq_path_root(struct seq_file *m, const struct path *path,
/kernel/linux/linux-5.10/Documentation/filesystems/
Dseq_file.rst252 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.