Lines Matching refs:mnt_path
101 struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; in show_vfsmnt() local
102 struct super_block *sb = mnt_path.dentry->d_sb; in show_vfsmnt()
106 err = sb->s_op->show_devname(m, mnt_path.dentry); in show_vfsmnt()
114 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_vfsmnt()
125 err = sb->s_op->show_options(m, mnt_path.dentry); in show_vfsmnt()
136 struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; in show_mountinfo() local
151 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_mountinfo()
197 struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; in show_vfsstat() local
198 struct super_block *sb = mnt_path.dentry->d_sb; in show_vfsstat()
204 err = sb->s_op->show_devname(m, mnt_path.dentry); in show_vfsstat()
218 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_vfsstat()
230 err = sb->s_op->show_stats(m, mnt_path.dentry); in show_vfsstat()