Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dproc_namespace.c118 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()
Dseq_file.c507 int seq_path_root(struct seq_file *m, const struct path *path, in seq_path_root() function
Dnamespace.c4997 err = seq_path_root(seq, &mnt_path, &s->root, ""); in statmount_mnt_point()
/linux-6.12.1/include/linux/
Dseq_file.h172 int seq_path_root(struct seq_file *m, const struct path *path,
/linux-6.12.1/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.