Home
last modified time | relevance | path

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

/linux-6.12.1/fs/kernfs/
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-6.12.1/fs/nfs/
Dnfs4super.c34 .show_path = nfs_show_path,
Dsuper.c89 .show_path = nfs_show_path,
/linux-6.12.1/fs/
Dinternal.h90 int show_path(struct seq_file *m, struct dentry *root);
Dproc_namespace.c145 err = show_path(m, mnt->mnt_root); in show_mountinfo()
Dnsfs.c367 .show_path = nsfs_show_path,
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-6.12.1/include/linux/
Dkernfs.h245 int (*show_path)(struct seq_file *sf, struct kernfs_node *kn, member
Dfs.h2237 int (*show_path)(struct seq_file *, struct dentry *); member
/linux-6.12.1/kernel/cgroup/
Dcgroup-v1.c1141 .show_path = cgroup_show_path,
Dcgroup.c6058 .show_path = cgroup_show_path,
/linux-6.12.1/security/apparmor/
Dapparmorfs.c166 .show_path = aafs_show_path,
/linux-6.12.1/Documentation/filesystems/
Dvfs.rst275 int (*show_path)(struct seq_file *, struct dentry *);
394 ``show_path``