Lines Matching refs:fh_export
102 struct svc_export *exp = cstate->current_fh.fh_export; in check_attr_support()
172 if (src->fh_export) in fh_dup2()
173 exp_get(src->fh_export); in fh_dup2()
937 u->secinfo_no_name.sin_exp = exp_get(cstate->current_fh.fh_export); in nfsd4_secinfo_no_name()
1098 EX_ISSYNC(cstate->current_fh.fh_export)); in nfsd4_clone()
1786 cstate->current_fh.fh_export, in _nfsd4_verify()
1933 ops = nfsd4_layout_verify(current_fh->fh_export, lgp->lg_layout_type); in nfsd4_layoutget()
2007 ops = nfsd4_layout_verify(current_fh->fh_export, lcp->lc_layout_type); in nfsd4_layoutcommit()
2066 if (!nfsd4_layout_verify(current_fh->fh_export, lrp->lr_layout_type)) in nfsd4_layoutreturn()
2394 } else if (current_fh->fh_export && in nfsd4_proc_compound()
2395 current_fh->fh_export->ex_fslocs.migrated && in nfsd4_proc_compound()
2439 if (current_fh->fh_export && in nfsd4_proc_compound()
2441 op->status = check_nfsd_access(current_fh->fh_export, rqstp); in nfsd4_proc_compound()