Searched refs:mnt_file (Results 1 – 1 of 1) sorted by relevance
5685 struct file *mnt_file, struct mnt_namespace *ns) in do_statmount() argument5689 if (mnt_file) { in do_statmount()5692 s->mnt = mnt_file->f_path.mnt; in do_statmount()5718 if (!mnt_file) { in do_statmount()5926 struct file *mnt_file __free(fput) = NULL; in SYSCALL_DEFINE4()5940 mnt_file = fget_raw(kreq.mnt_fd); in SYSCALL_DEFINE4()5941 if (!mnt_file) in SYSCALL_DEFINE4()5964 ret = do_statmount(ks, kreq.mnt_id, kreq.mnt_ns_id, mnt_file, ns); in SYSCALL_DEFINE4()