Searched refs:show_path (Results 1 - 12 of 12) sorted by relevance

/linux-master/fs/kernfs/
H A Dmount.c44 if (scops && scops->show_path)
45 return scops->show_path(sf, node, root);
64 .show_path = kernfs_sop_show_path,
/linux-master/fs/
H A Dnsfs.c198 .show_path = nsfs_show_path,
H A Dinternal.h86 int show_path(struct seq_file *m, struct dentry *root);
H A Dproc_namespace.c145 err = show_path(m, mnt->mnt_root);
H A Dnamespace.c4695 int show_path(struct seq_file *m, struct dentry *root) function
4697 if (root->d_sb->s_op->show_path)
4698 return root->d_sb->s_op->show_path(m, root);
4811 ret = show_path(seq, s->mnt->mnt_root);
/linux-master/fs/nfs/
H A Dnfs4super.c34 .show_path = nfs_show_path,
H A Dsuper.c88 .show_path = nfs_show_path,
/linux-master/include/linux/
H A Dkernfs.h245 int (*show_path)(struct seq_file *sf, struct kernfs_node *kn, member in struct:kernfs_syscall_ops
H A Dfs.h2179 int (*show_path)(struct seq_file *, struct dentry *); member in struct:super_operations
/linux-master/kernel/cgroup/
H A Dcgroup-v1.c1130 .show_path = cgroup_show_path,
H A Dcgroup.c5975 .show_path = cgroup_show_path,
/linux-master/security/apparmor/
H A Dapparmorfs.c166 .show_path = aafs_show_path,

Completed in 884 milliseconds