Home
last modified time | relevance | path

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

/linux-5.19.10/fs/kernfs/
Dmount.c40 if (scops && scops->show_path) in kernfs_sop_show_path()
41 return scops->show_path(sf, node, root); in kernfs_sop_show_path()
53 .show_path = kernfs_sop_show_path,
/linux-5.19.10/fs/
Dproc_namespace.c145 if (sb->s_op->show_path) { in show_mountinfo()
146 err = sb->s_op->show_path(m, mnt->mnt_root); in show_mountinfo()
Dnsfs.c281 .show_path = nsfs_show_path,
/linux-5.19.10/fs/nfs/
Dnfs4super.c34 .show_path = nfs_show_path,
Dsuper.c84 .show_path = nfs_show_path,
/linux-5.19.10/include/linux/
Dkernfs.h184 int (*show_path)(struct seq_file *sf, struct kernfs_node *kn, member
Dfs.h2111 int (*show_path)(struct seq_file *, struct dentry *); member
/linux-5.19.10/kernel/cgroup/
Dcgroup-v1.c1119 .show_path = cgroup_show_path,
Dcgroup.c5786 .show_path = cgroup_show_path,
/linux-5.19.10/security/apparmor/
Dapparmorfs.c163 .show_path = aafs_show_path,