Searched refs:show_path (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/kernfs/ |
| H A 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,
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | proc_namespace.c | 142 if (sb->s_op->show_path) { in show_mountinfo() 143 err = sb->s_op->show_path(m, mnt->mnt_root); in show_mountinfo()
|
| H A D | nsfs.c | 281 .show_path = nsfs_show_path,
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4super.c | 34 .show_path = nfs_show_path,
|
| H A D | super.c | 84 .show_path = nfs_show_path,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kernfs.h | 179 int (*show_path)(struct seq_file *sf, struct kernfs_node *kn, member
|
| H A D | fs.h | 2022 int (*show_path)(struct seq_file *, struct dentry *); member
|
| /OK3568_Linux_fs/kernel/kernel/cgroup/ |
| H A D | cgroup-v1.c | 1131 .show_path = cgroup_show_path,
|
| H A D | cgroup.c | 5754 .show_path = cgroup_show_path,
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | ubifs.h | 276 int (*show_path)(struct seq_file *, struct dentry *); member
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | apparmorfs.c | 163 .show_path = aafs_show_path,
|