Lines Matching refs:cstate
184 nfsd4_alloc_layout_stateid(struct nfsd4_compound_state *cstate, in nfsd4_alloc_layout_stateid() argument
187 struct nfs4_client *clp = cstate->clp; in nfsd4_alloc_layout_stateid()
192 stp = nfs4_alloc_stid(cstate->clp, nfs4_layout_stateid_cache); in nfsd4_alloc_layout_stateid()
235 struct nfsd4_compound_state *cstate, stateid_t *stateid, in nfsd4_preprocess_layout_stateid() argument
246 status = nfsd4_lookup_stateid(cstate, stateid, typemask, &stid, in nfsd4_preprocess_layout_stateid()
251 if (!fh_match(&cstate->current_fh.fh_handle, in nfsd4_preprocess_layout_stateid()
258 ls = nfsd4_alloc_layout_stateid(cstate, stid, layout_type); in nfsd4_preprocess_layout_stateid()
458 struct nfsd4_compound_state *cstate, in nfsd4_return_file_layouts() argument
467 nfserr = nfsd4_preprocess_layout_stateid(rqstp, cstate, &lrp->lr_sid, in nfsd4_return_file_layouts()
503 struct nfsd4_compound_state *cstate, in nfsd4_return_client_layouts() argument
507 struct nfs4_client *clp = cstate->clp; in nfsd4_return_client_layouts()
520 &cstate->current_fh.fh_handle)) in nfsd4_return_client_layouts()