Lines Matching refs:mnt_path
102 struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; in show_vfsmnt() local
103 struct super_block *sb = mnt_path.dentry->d_sb; in show_vfsmnt()
107 err = sb->s_op->show_devname(m, mnt_path.dentry); in show_vfsmnt()
115 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_vfsmnt()
126 err = sb->s_op->show_options(m, mnt_path.dentry); in show_vfsmnt()
137 struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; in show_mountinfo() local
152 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_mountinfo()
198 struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; in show_vfsstat() local
199 struct super_block *sb = mnt_path.dentry->d_sb; in show_vfsstat()
205 err = sb->s_op->show_devname(m, mnt_path.dentry); in show_vfsstat()
219 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_vfsstat()
231 err = sb->s_op->show_stats(m, mnt_path.dentry); in show_vfsstat()