Lines Matching defs:resp
3120 nfsd4_store_cache_entry(struct nfsd4_compoundres *resp)
3122 struct xdr_buf *buf = resp->xdr->buf;
3123 struct nfsd4_slot *slot = resp->cstate.slot;
3129 slot->sl_opcnt = resp->opcnt;
3130 slot->sl_status = resp->cstate.status;
3132 copy_cred(&slot->sl_cred, &resp->rqstp->rq_cred);
3134 if (!nfsd4_cache_this(resp)) {
3140 base = resp->cstate.data_offset;
3151 * operation which sets resp->p and increments resp->opcnt for
3157 struct nfsd4_compoundres *resp)
3160 struct nfsd4_slot *slot = resp->cstate.slot;
3163 op = &args->ops[resp->opcnt - 1];
3164 nfsd4_encode_operation(resp, op);
3176 op = &args->ops[resp->opcnt++];
3178 nfsd4_encode_operation(resp, op);
3188 nfsd4_replay_cache_entry(struct nfsd4_compoundres *resp,
3191 struct nfsd4_slot *slot = resp->cstate.slot;
3192 struct xdr_stream *xdr = resp->xdr;
3198 status = nfsd4_enc_sequence_replay(resp->rqstp->rq_argp, resp);
3210 resp->opcnt = slot->sl_opcnt;
3950 struct nfsd4_compoundres *resp = rqstp->rq_resp;
3951 struct xdr_stream *xdr = resp->xdr;
3961 if (resp->opcnt != 1)
4012 status = nfsd4_replay_cache_entry(resp, seq);
4070 nfsd4_sequence_done(struct nfsd4_compoundres *resp)
4072 struct nfsd4_compound_state *cs = &resp->cstate;
4076 nfsd4_store_cache_entry(resp);
5726 struct nfsd4_compoundres *resp = rqstp->rq_resp;
5791 if (nfsd4_has_session(&resp->cstate)) {
5803 nfs4_open_delegation(open, stp, &resp->cstate.current_fh);
5821 if (nfsd4_has_session(&resp->cstate))