Home
last modified time | relevance | path

Searched refs:cstate (Results 1 – 9 of 9) sorted by relevance

/fs/nfsd/
A Dnfs4proc.c716 fh_dup2(&cstate->current_fh, &cstate->save_fh); in nfsd4_restorefh()
728 fh_dup2(&cstate->save_fh, &cstate->current_fh); in nfsd4_savefh()
978 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->current_fh, in nfsd4_read()
1229 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->current_fh, in nfsd4_write()
1257 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->save_fh, in nfsd4_verify_copy()
1262 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->current_fh, in nfsd4_verify_copy()
1617 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->current_fh, in nfsd4_setup_inter_ssc()
2066 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->current_fh, in nfsd4_copy_notify()
2108 status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->current_fh, in nfsd4_fallocate()
2794 struct nfsd4_compound_state *cstate = &resp->cstate; in nfsd4_proc_compound() local
[all …]
A Dnfs4state.c4191 if (!cstate->session) in nfsd4_compound_in_session()
4371 cstate->slot = slot; in nfsd4_sequence()
4373 cstate->clp = clp; in nfsd4_sequence()
4414 cstate->slot = slot; in nfsd4_sequence()
4416 cstate->clp = clp; in nfsd4_sequence()
5543 if (cstate->clp) { in set_client()
5555 if (!cstate->clp) in set_client()
5581 clp = cstate->clp; in nfsd4_process_open1()
6507 clp = cstate->clp; in nfsd4_renew()
7143 if (cstate->session) in nfsd4_lookup_stateid()
[all …]
A Dnfs4layouts.c227 nfsd4_alloc_layout_stateid(struct nfsd4_compound_state *cstate, in nfsd4_alloc_layout_stateid() argument
230 struct nfs4_client *clp = cstate->clp; in nfsd4_alloc_layout_stateid()
235 stp = nfs4_alloc_stid(cstate->clp, nfs4_layout_stateid_cache, in nfsd4_alloc_layout_stateid()
281 struct nfsd4_compound_state *cstate, stateid_t *stateid, in nfsd4_preprocess_layout_stateid() argument
292 status = nfsd4_lookup_stateid(cstate, stateid, typemask, 0, &stid, in nfsd4_preprocess_layout_stateid()
297 if (!fh_match(&cstate->current_fh.fh_handle, in nfsd4_preprocess_layout_stateid()
304 ls = nfsd4_alloc_layout_stateid(cstate, stid, layout_type); in nfsd4_preprocess_layout_stateid()
506 struct nfsd4_compound_state *cstate, in nfsd4_return_file_layouts() argument
549 struct nfsd4_compound_state *cstate, in nfsd4_return_client_layouts() argument
553 struct nfs4_client *clp = cstate->clp; in nfsd4_return_client_layouts()
[all …]
A Dpnfs.h56 struct nfsd4_compound_state *cstate, stateid_t *stateid,
61 struct nfsd4_compound_state *cstate,
64 struct nfsd4_compound_state *cstate,
A Dcurrent_stateid.h8 extern void clear_current_stateid(struct nfsd4_compound_state *cstate);
A Dxdr4.h889 struct nfsd4_compound_state cstate; member
909 return (resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_cache_this()
963 extern void nfsd4_cstate_clear_replay(struct nfsd4_compound_state *cstate);
964 extern void nfsd4_cleanup_open_state(struct nfsd4_compound_state *cstate,
A Dstate.h774 struct nfsd4_compound_state *cstate, struct svc_fh *fhp,
777 __be32 nfsd4_lookup_stateid(struct nfsd4_compound_state *cstate,
A Dnfs4xdr.c2976 u32 minorversion = resp->cstate.minorversion; in nfsd4_encode_fattr4_supported_attrs()
3384 memcpy(supp, nfsd_suppattrs[resp->cstate.minorversion], sizeof(supp)); in nfsd4_encode_fattr4_suppattr_exclcreat()
3598 u32 minorversion = resp->cstate.minorversion; in nfsd4_encode_fattr4()
5093 resp->cstate.data_offset = xdr->buf->len; /* DRC cache data pointer */ in nfsd4_encode_sequence()
5847 struct nfsd4_slot *slot = resp->cstate.slot; in nfsd4_check_resp_size()
5851 if (!nfsd4_has_session(&resp->cstate)) in nfsd4_check_resp_size()
5881 struct nfs4_stateowner *so = resp->cstate.replay_owner; in nfsd4_encode_operation()
5913 if (op->status == nfserr_resource && nfsd4_has_session(&resp->cstate)) { in nfsd4_encode_operation()
5914 struct nfsd4_slot *slot = resp->cstate.slot; in nfsd4_encode_operation()
5944 resp->cstate.minorversion); in nfsd4_encode_operation()
[all …]
A Dvfs.c657 return &((struct nfsd4_compoundres *)rqstp->rq_resp)->cstate; in nfsd4_get_cstate()

Completed in 65 milliseconds