Home
last modified time | relevance | path

Searched refs:show_path (Results 1 – 13 of 13) sorted by relevance

/linux/fs/kernfs/
A Dmount.c44 if (scops && scops->show_path) in kernfs_sop_show_path()
45 return scops->show_path(sf, node, root); in kernfs_sop_show_path()
64 .show_path = kernfs_sop_show_path,
/linux/fs/nfs/
A Dnfs4super.c34 .show_path = nfs_show_path,
A Dsuper.c89 .show_path = nfs_show_path,
/linux/fs/
A Dinternal.h90 int show_path(struct seq_file *m, struct dentry *root);
A Dproc_namespace.c145 err = show_path(m, mnt->mnt_root); in show_mountinfo()
A Dnsfs.c367 .show_path = nsfs_show_path,
A Dnamespace.c4858 int show_path(struct seq_file *m, struct dentry *root) in show_path() function
4860 if (root->d_sb->s_op->show_path) in show_path()
4861 return root->d_sb->s_op->show_path(m, root); in show_path()
4974 ret = show_path(seq, s->mnt->mnt_root); in statmount_mnt_root()
/linux/include/linux/
A Dkernfs.h245 int (*show_path)(struct seq_file *sf, struct kernfs_node *kn, member
A Dfs.h2237 int (*show_path)(struct seq_file *, struct dentry *); member
/linux/kernel/cgroup/
A Dcgroup-v1.c1141 .show_path = cgroup_show_path,
A Dcgroup.c6058 .show_path = cgroup_show_path,
/linux/security/apparmor/
A Dapparmorfs.c166 .show_path = aafs_show_path,
/linux/Documentation/filesystems/
A Dvfs.rst275 int (*show_path)(struct seq_file *, struct dentry *);
394 ``show_path``

Completed in 807 milliseconds