Lines Matching defs:resp
2225 struct nfsd4_compoundres *resp = rqstp->rq_resp;
2227 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1];
2228 struct nfsd4_op *next = &argp->ops[resp->opcnt];
2243 if (argp->opcnt == resp->opcnt)
2257 struct nfsd4_compoundres *resp)
2259 struct xdr_stream *xdr = &resp->xdr;
2321 struct nfsd4_compoundres *resp = rqstp->rq_resp;
2323 struct nfsd4_compound_state *cstate = &resp->cstate;
2329 svcxdr_init_encode(rqstp, resp);
2330 resp->tagp = resp->xdr.p;
2332 xdr_reserve_space(&resp->xdr, 8 + args->taglen);
2333 resp->taglen = args->taglen;
2334 resp->tag = args->tag;
2335 resp->rqstp = rqstp;
2359 resp->opcnt = 1;
2367 while (!status && resp->opcnt < args->opcnt) {
2368 op = &args->ops[resp->opcnt++];
2406 if (resp->opcnt < args->opcnt)
2408 op->status = nfsd4_check_resp_size(resp, plen);
2438 nfsd4_encode_replay(&resp->xdr, op);
2441 nfsd4_encode_operation(resp, op);
2445 trace_nfsd_compound_status(args->opcnt, resp->opcnt, status,
3236 struct nfsd4_compoundres *resp = rqstp->rq_resp;
3238 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1];
3239 struct nfsd4_compound_state *cstate = &resp->cstate;
3249 opiter = resp->opcnt;