show_path 40 fs/kernfs/mount.c if (scops && scops->show_path) show_path 41 fs/kernfs/mount.c return scops->show_path(sf, node, root); show_path 53 fs/kernfs/mount.c .show_path = kernfs_sop_show_path, show_path 62 fs/nfs/nfs4super.c .show_path = nfs_show_path, show_path 327 fs/nfs/super.c .show_path = nfs_show_path, show_path 260 fs/nsfs.c .show_path = nsfs_show_path, show_path 141 fs/proc_namespace.c if (sb->s_op->show_path) { show_path 142 fs/proc_namespace.c err = sb->s_op->show_path(m, mnt->mnt_root); show_path 1964 include/linux/fs.h int (*show_path)(struct seq_file *, struct dentry *); show_path 179 include/linux/kernfs.h int (*show_path)(struct seq_file *sf, struct kernfs_node *kn, show_path 1102 kernel/cgroup/cgroup-v1.c .show_path = cgroup_show_path, show_path 5629 kernel/cgroup/cgroup.c .show_path = cgroup_show_path, show_path 133 security/apparmor/apparmorfs.c .show_path = aafs_show_path,