Searched refs:mnt_file (Results 1 – 1 of 1) sorted by relevance
5672 struct file *mnt_file, struct mnt_namespace *ns) in do_statmount() argument5676 if (mnt_file) { in do_statmount()5679 s->mnt = mnt_file->f_path.mnt; in do_statmount()5703 if (!mnt_file) { in do_statmount()5911 struct file *mnt_file __free(fput) = NULL; in SYSCALL_DEFINE4()5925 mnt_file = fget_raw(kreq.mnt_fd); in SYSCALL_DEFINE4()5926 if (!mnt_file) in SYSCALL_DEFINE4()5949 ret = do_statmount(ks, kreq.mnt_id, kreq.mnt_ns_id, mnt_file, ns); in SYSCALL_DEFINE4()