Lines Matching refs:mnt_path
98 struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; in show_vfsmnt() local
99 struct super_block *sb = mnt_path.dentry->d_sb; in show_vfsmnt()
102 err = sb->s_op->show_devname(m, mnt_path.dentry); in show_vfsmnt()
110 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_vfsmnt()
121 err = sb->s_op->show_options(m, mnt_path.dentry); in show_vfsmnt()
132 struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; in show_mountinfo() local
146 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_mountinfo()
191 struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; in show_vfsstat() local
192 struct super_block *sb = mnt_path.dentry->d_sb; in show_vfsstat()
198 err = sb->s_op->show_devname(m, mnt_path.dentry); in show_vfsstat()
212 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_vfsstat()
225 err = sb->s_op->show_stats(m, mnt_path.dentry); in show_vfsstat()