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()
237 struct nfsd4_compound_state *cstate, stateid_t *stateid, in nfsd4_preprocess_layout_stateid() argument
248 status = nfsd4_lookup_stateid(cstate, stateid, typemask, &stid, in nfsd4_preprocess_layout_stateid()
253 if (!fh_match(&cstate->current_fh.fh_handle, in nfsd4_preprocess_layout_stateid()
260 ls = nfsd4_alloc_layout_stateid(cstate, stid, layout_type); in nfsd4_preprocess_layout_stateid()
461 struct nfsd4_compound_state *cstate, in nfsd4_return_file_layouts() argument
470 nfserr = nfsd4_preprocess_layout_stateid(rqstp, cstate, &lrp->lr_sid, in nfsd4_return_file_layouts()
504 struct nfsd4_compound_state *cstate, in nfsd4_return_client_layouts() argument
508 struct nfs4_client *clp = cstate->clp; in nfsd4_return_client_layouts()
521 &cstate->current_fh.fh_handle)) in nfsd4_return_client_layouts()