Home
last modified time | relevance | path

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

/fs/nfsd/
Dnfs4proc.c59 check_attr_support(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in check_attr_support() argument
62 struct dentry *dentry = cstate->current_fh.fh_dentry; in check_attr_support()
68 if ((bmval[0] & ~nfsd_suppattrs0(cstate->minorversion)) || in check_attr_support()
69 (bmval[1] & ~nfsd_suppattrs1(cstate->minorversion)) || in check_attr_support()
70 (bmval[2] & ~nfsd_suppattrs2(cstate->minorversion))) in check_attr_support()
96 struct nfsd4_compound_state *cstate, struct nfsd4_open *open) in nfsd4_check_open_attributes() argument
103 status = check_attr_support(rqstp, cstate, in nfsd4_check_open_attributes()
106 status = check_attr_support(rqstp, cstate, in nfsd4_check_open_attributes()
315 nfsd4_open(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_open() argument
334 if (nfsd4_has_session(cstate) && in nfsd4_open()
[all …]
Dnfs4state.c1376 struct nfsd4_slot *slot = resp->cstate.slot; in nfsd4_store_cache_entry()
1382 slot->sl_status = resp->cstate.status; in nfsd4_store_cache_entry()
1389 slot->sl_datalen = (char *)resp->p - (char *)resp->cstate.datap; in nfsd4_store_cache_entry()
1390 base = (char *)resp->cstate.datap - in nfsd4_store_cache_entry()
1410 struct nfsd4_slot *slot = resp->cstate.slot; in nfsd4_enc_sequence_replay()
1433 struct nfsd4_slot *slot = resp->cstate.slot; in nfsd4_replay_cache_entry()
1444 memcpy(resp->cstate.datap, slot->sl_data, slot->sl_datalen); in nfsd4_replay_cache_entry()
1447 resp->p = resp->cstate.datap + XDR_QUADLEN(slot->sl_datalen); in nfsd4_replay_cache_entry()
1471 struct nfsd4_compound_state *cstate, in nfsd4_exchange_id() argument
1664 struct nfsd4_compound_state *cstate, in nfsd4_create_session() argument
[all …]
Dcurrent_stateid.h7 extern void clear_current_stateid(struct nfsd4_compound_state *cstate);
11 extern void nfsd4_set_opendowngradestateid(struct nfsd4_compound_state *cstate, struct nfsd4_open_d…
19 extern void nfsd4_get_opendowngradestateid(struct nfsd4_compound_state *cstate, struct nfsd4_open_d…
Dxdr4.h514 struct nfsd4_compound_state cstate; member
525 return !(resp->cstate.slot->sl_flags & NFSD4_SLOT_CACHETHIS) in nfsd4_not_cached()
Dstate.h455 extern __be32 nfs4_preprocess_stateid_op(struct nfsd4_compound_state *cstate,
Dnfs4xdr.c1727 struct nfs4_stateowner *stateowner = resp->cstate.replay_owner; in encode_seqid_op_tail()
2014 u32 minorversion = resp->cstate.minorversion; in nfsd4_encode_fattr()
3398 resp->cstate.datap = p; /* DRC cache data pointer */ in nfsd4_encode_sequence()
3510 struct nfsd4_slot *slot = resp->cstate.slot; in nfsd4_check_resp_size()
3513 if (!nfsd4_has_session(&resp->cstate)) in nfsd4_check_resp_size()
3516 session = resp->cstate.session; in nfsd4_check_resp_size()
3641 struct nfsd4_compound_state *cs = &resp->cstate; in nfs4svc_encode_compoundres()