Lines Matching refs:cstate
212 nfsd4_alloc_layout_stateid(struct nfsd4_compound_state *cstate, in nfsd4_alloc_layout_stateid() argument
215 struct nfs4_client *clp = cstate->clp; in nfsd4_alloc_layout_stateid()
220 stp = nfs4_alloc_stid(cstate->clp, nfs4_layout_stateid_cache, in nfsd4_alloc_layout_stateid()
266 struct nfsd4_compound_state *cstate, stateid_t *stateid, in nfsd4_preprocess_layout_stateid() argument
277 status = nfsd4_lookup_stateid(cstate, stateid, typemask, &stid, in nfsd4_preprocess_layout_stateid()
282 if (!fh_match(&cstate->current_fh.fh_handle, in nfsd4_preprocess_layout_stateid()
289 ls = nfsd4_alloc_layout_stateid(cstate, stid, layout_type); in nfsd4_preprocess_layout_stateid()
490 struct nfsd4_compound_state *cstate, in nfsd4_return_file_layouts() argument
499 nfserr = nfsd4_preprocess_layout_stateid(rqstp, cstate, &lrp->lr_sid, in nfsd4_return_file_layouts()
533 struct nfsd4_compound_state *cstate, in nfsd4_return_client_layouts() argument
537 struct nfs4_client *clp = cstate->clp; in nfsd4_return_client_layouts()
550 &cstate->current_fh.fh_handle)) in nfsd4_return_client_layouts()