Searched refs:show_path (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/fs/kernfs/ |
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-6.12.1/fs/nfs/ |
D | nfs4super.c | 34 .show_path = nfs_show_path,
|
D | super.c | 89 .show_path = nfs_show_path,
|
/linux-6.12.1/fs/ |
D | internal.h | 90 int show_path(struct seq_file *m, struct dentry *root);
|
D | proc_namespace.c | 145 err = show_path(m, mnt->mnt_root); in show_mountinfo()
|
D | nsfs.c | 367 .show_path = nsfs_show_path,
|
D | namespace.c | 4858 int show_path(struct seq_file *m, struct dentry *root) in show_path() function 4860 if (root->d_sb->s_op->show_path) in show_path() 4861 return root->d_sb->s_op->show_path(m, root); in show_path() 4974 ret = show_path(seq, s->mnt->mnt_root); in statmount_mnt_root()
|
/linux-6.12.1/include/linux/ |
D | kernfs.h | 245 int (*show_path)(struct seq_file *sf, struct kernfs_node *kn, member
|
D | fs.h | 2237 int (*show_path)(struct seq_file *, struct dentry *); member
|
/linux-6.12.1/kernel/cgroup/ |
D | cgroup-v1.c | 1141 .show_path = cgroup_show_path,
|
D | cgroup.c | 6058 .show_path = cgroup_show_path,
|
/linux-6.12.1/security/apparmor/ |
D | apparmorfs.c | 166 .show_path = aafs_show_path,
|
/linux-6.12.1/Documentation/filesystems/ |
D | vfs.rst | 275 int (*show_path)(struct seq_file *, struct dentry *); 394 ``show_path``
|