Lines Matching refs:mnt
72 if (put_user(real_mount(path->mnt)->mnt_id, mnt_id) ||
117 struct vfsmount *mnt;
122 mnt = mntget(fs->pwd.mnt);
128 mnt = mntget(f.file->f_path.mnt);
131 return mnt;
145 path->mnt = get_vfsmount_from_fd(mountdirfd);
146 if (IS_ERR(path->mnt)) {
147 retval = PTR_ERR(path->mnt);
152 path->dentry = exportfs_decode_fh(path->mnt,
162 mntput(path->mnt);