Lines Matching defs:resp
2542 struct nfsd4_compoundres *resp = rqstp->rq_resp;
2544 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1];
2545 struct nfsd4_op *next = &argp->ops[resp->opcnt];
2560 if (argp->opcnt == resp->opcnt)
2619 struct nfsd4_compoundres *resp = rqstp->rq_resp;
2621 struct nfsd4_compound_state *cstate = &resp->cstate;
2627 resp->xdr = &rqstp->rq_res_stream;
2628 resp->statusp = resp->xdr->p;
2631 xdr_reserve_space(resp->xdr, XDR_UNIT);
2634 xdr_reserve_space(resp->xdr, XDR_UNIT * 2 + args->taglen);
2635 resp->taglen = args->taglen;
2636 resp->tag = args->tag;
2637 resp->rqstp = rqstp;
2658 resp->opcnt = 1;
2666 while (!status && resp->opcnt < args->opcnt) {
2667 op = &args->ops[resp->opcnt++];
2669 if (unlikely(resp->opcnt == NFSD_MAX_OPS_PER_COMPOUND)) {
2673 args->client_opcnt > resp->opcnt) {
2715 if (resp->opcnt < args->opcnt)
2717 op->status = nfsd4_check_resp_size(resp, plen);
2747 nfsd4_encode_replay(resp->xdr, op);
2750 nfsd4_encode_operation(resp, op);
2754 trace_nfsd_compound_status(args->client_opcnt, resp->opcnt,
3574 struct nfsd4_compoundres *resp = rqstp->rq_resp;
3577 struct nfsd4_compound_state *cstate = &resp->cstate;
3587 opiter = resp->opcnt;