Home
last modified time | relevance | path

Searched refs:show_path (Results 1 – 11 of 11) sorted by relevance

/linux/fs/kernfs/
H A Dmount.c44 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/
H A Dinternal.h91 int show_path(struct seq_file *m, struct dentry *root);
H A Dproc_namespace.c145 err = show_path(m, mnt->mnt_root); in show_mountinfo()
H A Dnsfs.c393 .show_path = nsfs_show_path,
H A Dnamespace.c5200 int show_path(struct seq_file *m, struct dentry *root) in show_path() function
5202 if (root->d_sb->s_op->show_path) in show_path()
5203 return root->d_sb->s_op->show_path(m, root); in show_path()
5319 ret = show_path(seq, s->mnt->mnt_root); in statmount_mnt_root()
/linux/include/linux/
H A Dkernfs.h250 int (*show_path)(struct seq_file *sf, struct kernfs_node *kn, member
H A Dfs.h2361 int (*show_path)(struct seq_file *, struct dentry *); member
/linux/kernel/cgroup/
H A Dcgroup-v1.c1152 .show_path = cgroup_show_path,
H A Dcgroup.c6114 .show_path = cgroup_show_path,
/linux/security/apparmor/
H A Dapparmorfs.c166 .show_path = aafs_show_path,
/linux/Documentation/filesystems/
H A Dvfs.rst275 int (*show_path)(struct seq_file *, struct dentry *);
394 ``show_path``