Searched refs:show_devname (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/fs/
H A Dproc_namespace.c101 if (sb->s_op->show_devname) { show_vfsmnt()
102 err = sb->s_op->show_devname(m, mnt_path.dentry); show_vfsmnt()
170 if (sb->s_op->show_devname) show_mountinfo()
171 err = sb->s_op->show_devname(m, mnt->mnt_root); show_mountinfo()
196 if (sb->s_op->show_devname) { show_vfsstat()
198 err = sb->s_op->show_devname(m, mnt_path.dentry); show_vfsstat()
/linux-4.1.27/fs/nfs/
H A Dnfs4super.c60 .show_devname = nfs_show_devname,
H A Dsuper.c317 .show_devname = nfs_show_devname,
/linux-4.1.27/fs/btrfs/
H A Dsuper.c2046 .show_devname = btrfs_show_devname,
/linux-4.1.27/include/linux/
H A Dfs.h1695 int (*show_devname)(struct seq_file *, struct dentry *); member in struct:super_operations

Completed in 120 milliseconds