Searched refs:show_path (Results 1 – 13 of 13) sorted by relevance
| /linux/fs/kernfs/ |
| H A D | mount.c | 44 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/fs/nfs/ |
| H A D | nfs4super.c | 34 .show_path = nfs_show_path,
|
| H A D | super.c | 90 .show_path = nfs_show_path,
|
| /linux/fs/ |
| H A D | internal.h | 91 int show_path(struct seq_file *m, struct dentry *root);
|
| H A D | proc_namespace.c | 145 err = show_path(m, mnt->mnt_root); in show_mountinfo()
|
| H A D | nsfs.c | 410 .show_path = nsfs_show_path,
|
| H A D | namespace.c | 5074 int show_path(struct seq_file *m, struct dentry *root) in show_path() function 5076 if (root->d_sb->s_op->show_path) in show_path() 5077 return root->d_sb->s_op->show_path(m, root); in show_path() 5193 ret = show_path(seq, s->mnt->mnt_root); in statmount_mnt_root()
|
| /linux/include/linux/ |
| H A D | kernfs.h | 250 int (*show_path)(struct seq_file *sf, struct kernfs_node *kn, member
|
| H A D | fs.h | 2477 int (*show_path)(struct seq_file *, struct dentry *); member
|
| /linux/kernel/cgroup/ |
| H A D | cgroup-v1.c | 1153 .show_path = cgroup_show_path,
|
| H A D | cgroup.c | 6245 .show_path = cgroup_show_path,
|
| /linux/security/apparmor/ |
| H A D | apparmorfs.c | 166 .show_path = aafs_show_path,
|
| /linux/Documentation/filesystems/ |
| H A D | vfs.rst | 252 int (*show_path)(struct seq_file *, struct dentry *); 371 ``show_path``
|