Lines Matching refs:mnt_path
99 struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; in show_vfsmnt() local
100 struct super_block *sb = mnt_path.dentry->d_sb; in show_vfsmnt()
103 err = sb->s_op->show_devname(m, mnt_path.dentry); in show_vfsmnt()
111 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_vfsmnt()
122 err = sb->s_op->show_options(m, mnt_path.dentry); in show_vfsmnt()
133 struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; in show_mountinfo() local
147 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_mountinfo()
192 struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; in show_vfsstat() local
193 struct super_block *sb = mnt_path.dentry->d_sb; in show_vfsstat()
199 err = sb->s_op->show_devname(m, mnt_path.dentry); in show_vfsstat()
213 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_vfsstat()
226 err = sb->s_op->show_stats(m, mnt_path.dentry); in show_vfsstat()