Lines Matching refs:resp
1434 nfsd4_proc_null(struct svc_rqst *rqstp, void *argp, void *resp) in nfsd4_proc_null() argument
1542 struct nfsd4_compoundres *resp = rqstp->rq_resp; in need_wrongsec_check() local
1544 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1]; in need_wrongsec_check()
1545 struct nfsd4_op *next = &argp->ops[resp->opcnt]; in need_wrongsec_check()
1561 if (argp->opcnt == resp->opcnt) in need_wrongsec_check()
1575 struct nfsd4_compoundres *resp) in svcxdr_init_encode() argument
1577 struct xdr_stream *xdr = &resp->xdr; in svcxdr_init_encode()
1599 struct nfsd4_compoundres *resp) in nfsd4_proc_compound() argument
1603 struct nfsd4_compound_state *cstate = &resp->cstate; in nfsd4_proc_compound()
1608 svcxdr_init_encode(rqstp, resp); in nfsd4_proc_compound()
1609 resp->tagp = resp->xdr.p; in nfsd4_proc_compound()
1611 xdr_reserve_space(&resp->xdr, 8 + args->taglen); in nfsd4_proc_compound()
1612 resp->taglen = args->taglen; in nfsd4_proc_compound()
1613 resp->tag = args->tag; in nfsd4_proc_compound()
1614 resp->rqstp = rqstp; in nfsd4_proc_compound()
1638 while (!status && resp->opcnt < args->opcnt) { in nfsd4_proc_compound()
1639 op = &args->ops[resp->opcnt++]; in nfsd4_proc_compound()
1642 resp->opcnt, args->opcnt, op->opnum, in nfsd4_proc_compound()
1681 if (resp->opcnt < args->opcnt) in nfsd4_proc_compound()
1683 op->status = nfsd4_check_resp_size(resp, plen); in nfsd4_proc_compound()
1713 nfsd4_encode_replay(&resp->xdr, op); in nfsd4_proc_compound()
1716 nfsd4_encode_operation(resp, op); in nfsd4_proc_compound()
1721 args->ops, args->opcnt, resp->opcnt, op->opnum, in nfsd4_proc_compound()