Searched refs:show_path (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/fs/kernfs/ | 
| 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,
  | 
| /Linux-v5.4/fs/ | 
| D | proc_namespace.c | 141 	if (sb->s_op->show_path) {  in show_mountinfo() 142 		err = sb->s_op->show_path(m, mnt->mnt_root);  in show_mountinfo()
  | 
| D | nsfs.c | 260 	.show_path = nsfs_show_path,
  | 
| /Linux-v5.4/fs/nfs/ | 
| D | nfs4super.c | 62 	.show_path	= nfs_show_path,
  | 
| D | super.c | 327 	.show_path	= nfs_show_path,
  | 
| /Linux-v5.4/include/linux/ | 
| D | kernfs.h | 179 	int (*show_path)(struct seq_file *sf, struct kernfs_node *kn,  member
  | 
| D | fs.h | 1956 	int (*show_path)(struct seq_file *, struct dentry *);  member
  | 
| /Linux-v5.4/kernel/cgroup/ | 
| D | cgroup-v1.c | 1101 	.show_path		= cgroup_show_path,
  | 
| D | cgroup.c | 5615 	.show_path		= cgroup_show_path,
  | 
| /Linux-v5.4/security/apparmor/ | 
| D | apparmorfs.c | 133 	.show_path = aafs_show_path,
  |