Lines Matching refs:resp
2224 nfsd4_store_cache_entry(struct nfsd4_compoundres *resp) in nfsd4_store_cache_entry() argument
2226 struct xdr_buf *buf = resp->xdr.buf; in nfsd4_store_cache_entry()
2227 struct nfsd4_slot *slot = resp->cstate.slot; in nfsd4_store_cache_entry()
2232 slot->sl_opcnt = resp->opcnt; in nfsd4_store_cache_entry()
2233 slot->sl_status = resp->cstate.status; in nfsd4_store_cache_entry()
2236 if (nfsd4_not_cached(resp)) { in nfsd4_store_cache_entry()
2240 base = resp->cstate.data_offset; in nfsd4_store_cache_entry()
2256 struct nfsd4_compoundres *resp) in nfsd4_enc_sequence_replay() argument
2259 struct nfsd4_slot *slot = resp->cstate.slot; in nfsd4_enc_sequence_replay()
2262 op = &args->ops[resp->opcnt - 1]; in nfsd4_enc_sequence_replay()
2263 nfsd4_encode_operation(resp, op); in nfsd4_enc_sequence_replay()
2267 op = &args->ops[resp->opcnt++]; in nfsd4_enc_sequence_replay()
2269 nfsd4_encode_operation(resp, op); in nfsd4_enc_sequence_replay()
2279 nfsd4_replay_cache_entry(struct nfsd4_compoundres *resp, in nfsd4_replay_cache_entry() argument
2282 struct nfsd4_slot *slot = resp->cstate.slot; in nfsd4_replay_cache_entry()
2283 struct xdr_stream *xdr = &resp->xdr; in nfsd4_replay_cache_entry()
2289 status = nfsd4_enc_sequence_replay(resp->rqstp->rq_argp, resp); in nfsd4_replay_cache_entry()
2301 resp->opcnt = slot->sl_opcnt; in nfsd4_replay_cache_entry()
2895 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_sequence() local
2896 struct xdr_stream *xdr = &resp->xdr; in nfsd4_sequence()
2906 if (resp->opcnt != 1) in nfsd4_sequence()
2954 status = nfsd4_replay_cache_entry(resp, seq); in nfsd4_sequence()
3012 nfsd4_sequence_done(struct nfsd4_compoundres *resp) in nfsd4_sequence_done() argument
3014 struct nfsd4_compound_state *cs = &resp->cstate; in nfsd4_sequence_done()
3018 nfsd4_store_cache_entry(resp); in nfsd4_sequence_done()
4269 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_process_open2() local
4342 if (nfsd4_has_session(&resp->cstate)) { in nfsd4_process_open2()
4375 !nfsd4_has_session(&resp->cstate)) in nfsd4_process_open2()