Searched refs:mnt_file (Results 1 – 1 of 1) sorted by relevance
5733 struct file *mnt_file, struct mnt_namespace *ns) in do_statmount() argument5737 if (mnt_file) { in do_statmount()5740 s->mnt = mnt_file->f_path.mnt; in do_statmount()5766 if (!mnt_file) { in do_statmount()5974 struct file *mnt_file __free(fput) = NULL; in SYSCALL_DEFINE4()5988 mnt_file = fget_raw(kreq.mnt_fd); in SYSCALL_DEFINE4()5989 if (!mnt_file) in SYSCALL_DEFINE4()6012 ret = do_statmount(ks, kreq.mnt_id, kreq.mnt_ns_id, mnt_file, ns); in SYSCALL_DEFINE4()