Searched refs:show_path (Results 1 – 5 of 5) sorted by relevance
34 .show_path = nfs_show_path,
1153 .show_path = cgroup_show_path,
6415 .show_path = cgroup_show_path,
5226 int show_path(struct seq_file *m, struct dentry *root) in show_path() function5228 if (root->d_sb->s_op->show_path) in show_path()5229 return root->d_sb->s_op->show_path(m, root); in show_path()5351 ret = show_path(seq, s->mnt->mnt_root); in statmount_mnt_root()
239 .show_path = aafs_show_path,