Lines Matching refs:mnt_path
105 struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; in show_vfsmnt() local
106 struct super_block *sb = mnt_path.dentry->d_sb; in show_vfsmnt()
110 err = sb->s_op->show_devname(m, mnt_path.dentry); in show_vfsmnt()
118 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_vfsmnt()
129 err = sb->s_op->show_options(m, mnt_path.dentry); in show_vfsmnt()
140 struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; in show_mountinfo() local
155 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_mountinfo()
201 struct path mnt_path = { .dentry = mnt->mnt_root, .mnt = mnt }; in show_vfsstat() local
202 struct super_block *sb = mnt_path.dentry->d_sb; in show_vfsstat()
208 err = sb->s_op->show_devname(m, mnt_path.dentry); in show_vfsstat()
222 err = seq_path_root(m, &mnt_path, &p->root, " \t\n\\"); in show_vfsstat()
234 err = sb->s_op->show_stats(m, mnt_path.dentry); in show_vfsstat()