Lines Matching refs:resp

2206 nfsd4_store_cache_entry(struct nfsd4_compoundres *resp)  in nfsd4_store_cache_entry()  argument
2208 struct xdr_buf *buf = resp->xdr.buf; in nfsd4_store_cache_entry()
2209 struct nfsd4_slot *slot = resp->cstate.slot; in nfsd4_store_cache_entry()
2214 slot->sl_opcnt = resp->opcnt; in nfsd4_store_cache_entry()
2215 slot->sl_status = resp->cstate.status; in nfsd4_store_cache_entry()
2218 if (nfsd4_not_cached(resp)) { in nfsd4_store_cache_entry()
2222 base = resp->cstate.data_offset; in nfsd4_store_cache_entry()
2238 struct nfsd4_compoundres *resp) in nfsd4_enc_sequence_replay() argument
2241 struct nfsd4_slot *slot = resp->cstate.slot; in nfsd4_enc_sequence_replay()
2244 op = &args->ops[resp->opcnt - 1]; in nfsd4_enc_sequence_replay()
2245 nfsd4_encode_operation(resp, op); in nfsd4_enc_sequence_replay()
2249 op = &args->ops[resp->opcnt++]; in nfsd4_enc_sequence_replay()
2251 nfsd4_encode_operation(resp, op); in nfsd4_enc_sequence_replay()
2261 nfsd4_replay_cache_entry(struct nfsd4_compoundres *resp, in nfsd4_replay_cache_entry() argument
2264 struct nfsd4_slot *slot = resp->cstate.slot; in nfsd4_replay_cache_entry()
2265 struct xdr_stream *xdr = &resp->xdr; in nfsd4_replay_cache_entry()
2271 status = nfsd4_enc_sequence_replay(resp->rqstp->rq_argp, resp); in nfsd4_replay_cache_entry()
2283 resp->opcnt = slot->sl_opcnt; in nfsd4_replay_cache_entry()
2871 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_sequence() local
2872 struct xdr_stream *xdr = &resp->xdr; in nfsd4_sequence()
2882 if (resp->opcnt != 1) in nfsd4_sequence()
2930 status = nfsd4_replay_cache_entry(resp, seq); in nfsd4_sequence()
2988 nfsd4_sequence_done(struct nfsd4_compoundres *resp) in nfsd4_sequence_done() argument
2990 struct nfsd4_compound_state *cs = &resp->cstate; in nfsd4_sequence_done()
2994 nfsd4_store_cache_entry(resp); in nfsd4_sequence_done()
4228 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_process_open2() local
4286 if (nfsd4_has_session(&resp->cstate)) { in nfsd4_process_open2()
4313 nfs4_set_claim_prev(open, nfsd4_has_session(&resp->cstate)); in nfsd4_process_open2()
4319 !nfsd4_has_session(&resp->cstate)) in nfsd4_process_open2()