Searched refs:show_path (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/fs/kernfs/ |
H A D | mount.c | 43 if (scops && scops->show_path) in kernfs_sop_show_path() 44 return scops->show_path(sf, node, root); in kernfs_sop_show_path() 63 .show_path = kernfs_sop_show_path,
|
/openbmc/linux/fs/ |
H A 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()
|
H A D | nsfs.c | 264 .show_path = nsfs_show_path,
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4super.c | 34 .show_path = nfs_show_path,
|
H A D | super.c | 89 .show_path = nfs_show_path,
|
/openbmc/linux/include/linux/ |
H A D | kernfs.h | 245 int (*show_path)(struct seq_file *sf, struct kernfs_node *kn, member
|
H A D | fs.h | 2078 int (*show_path)(struct seq_file *, struct dentry *); member
|
/openbmc/linux/kernel/cgroup/ |
H A D | cgroup-v1.c | 1130 .show_path = cgroup_show_path,
|
H A D | cgroup.c | 5969 .show_path = cgroup_show_path,
|
/openbmc/u-boot/fs/ubifs/ |
H A D | ubifs.h | 275 int (*show_path)(struct seq_file *, struct dentry *); member
|
/openbmc/linux/security/apparmor/ |
H A D | apparmorfs.c | 166 .show_path = aafs_show_path,
|
/openbmc/linux/Documentation/filesystems/ |
H A D | vfs.rst | 275 int (*show_path)(struct seq_file *, struct dentry *); 394 ``show_path``
|