Searched refs:show_path (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/fs/kernfs/ |
D | mount.c | 40 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/ |
D | proc_namespace.c | 145 if (sb->s_op->show_path) { in show_mountinfo() 146 err = sb->s_op->show_path(m, mnt->mnt_root); in show_mountinfo()
|
D | nsfs.c | 281 .show_path = nsfs_show_path,
|
/linux-5.19.10/fs/nfs/ |
D | nfs4super.c | 34 .show_path = nfs_show_path,
|
D | super.c | 84 .show_path = nfs_show_path,
|
/linux-5.19.10/include/linux/ |
D | kernfs.h | 184 int (*show_path)(struct seq_file *sf, struct kernfs_node *kn, member
|
D | fs.h | 2111 int (*show_path)(struct seq_file *, struct dentry *); member
|
/linux-5.19.10/kernel/cgroup/ |
D | cgroup-v1.c | 1119 .show_path = cgroup_show_path,
|
D | cgroup.c | 5786 .show_path = cgroup_show_path,
|
/linux-5.19.10/security/apparmor/ |
D | apparmorfs.c | 163 .show_path = aafs_show_path,
|