Lines Matching refs:fh_export
86 struct svc_export *exp = cstate->current_fh.fh_export; in check_attr_support()
136 if (src->fh_export) in fh_dup2()
137 exp_get(src->fh_export); in fh_dup2()
213 path.mnt = fhp->fh_export->ex_path.mnt; in nfsd4_vfs_create()
278 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd4_create_file()
1084 u->secinfo_no_name.sin_exp = exp_get(cstate->current_fh.fh_export); in nfsd4_secinfo_no_name()
1250 EX_ISSYNC(cstate->current_fh.fh_export)); in nfsd4_clone()
2082 cstate->current_fh.fh_export, in _nfsd4_verify()
2229 ops = nfsd4_layout_verify(current_fh->fh_export, lgp->lg_layout_type); in nfsd4_layoutget()
2303 ops = nfsd4_layout_verify(current_fh->fh_export, lcp->lc_layout_type); in nfsd4_layoutcommit()
2362 if (!nfsd4_layout_verify(current_fh->fh_export, lrp->lr_layout_type)) in nfsd4_layoutreturn()
2682 } else if (current_fh->fh_export && in nfsd4_proc_compound()
2683 current_fh->fh_export->ex_fslocs.migrated && in nfsd4_proc_compound()
2727 if (current_fh->fh_export && in nfsd4_proc_compound()
2729 op->status = check_nfsd_access(current_fh->fh_export, rqstp); in nfsd4_proc_compound()