Lines Matching refs:mnt
70 if (copy_to_user(mnt_id, &real_mount(path->mnt)->mnt_id, in do_sys_name_to_handle()
116 struct vfsmount *mnt; in get_vfsmount_from_fd() local
121 mnt = mntget(fs->pwd.mnt); in get_vfsmount_from_fd()
127 mnt = mntget(f.file->f_path.mnt); in get_vfsmount_from_fd()
130 return mnt; in get_vfsmount_from_fd()
144 path->mnt = get_vfsmount_from_fd(mountdirfd); in do_handle_to_path()
145 if (IS_ERR(path->mnt)) { in do_handle_to_path()
146 retval = PTR_ERR(path->mnt); in do_handle_to_path()
151 path->dentry = exportfs_decode_fh(path->mnt, in do_handle_to_path()
161 mntput(path->mnt); in do_handle_to_path()
231 file = file_open_root(path.dentry, path.mnt, "", open_flag, 0); in do_handle_open()