Home
last modified time | relevance | path

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

/linux-6.6.21/fs/
Dproc_namespace.c118 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()
Dseq_file.c507 int seq_path_root(struct seq_file *m, const struct path *path, in seq_path_root() function
/linux-6.6.21/include/linux/
Dseq_file.h162 int seq_path_root(struct seq_file *m, const struct path *path,
/linux-6.6.21/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.