Lines Matching defs:mnt
76 if (put_user(real_mount(path->mnt)->mnt_id, mnt_id) ||
124 struct vfsmount *mnt;
129 mnt = mntget(fs->pwd.mnt);
135 mnt = mntget(f.file->f_path.mnt);
138 return mnt;
152 path->mnt = get_vfsmount_from_fd(mountdirfd);
153 if (IS_ERR(path->mnt)) {
154 retval = PTR_ERR(path->mnt);
159 path->dentry = exportfs_decode_fh(path->mnt,
169 mntput(path->mnt);