Lines Matching refs:resp
365 struct nfsd4_compoundres *resp; in nfsd4_open() local
392 resp = rqstp->rq_resp; in nfsd4_open()
393 status = nfsd4_process_open1(&resp->cstate, open, nn); in nfsd4_open()
1445 nfsd4_proc_null(struct svc_rqst *rqstp, void *argp, void *resp) in nfsd4_proc_null() argument
1553 struct nfsd4_compoundres *resp = rqstp->rq_resp; in need_wrongsec_check() local
1555 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1]; in need_wrongsec_check()
1556 struct nfsd4_op *next = &argp->ops[resp->opcnt]; in need_wrongsec_check()
1572 if (argp->opcnt == resp->opcnt) in need_wrongsec_check()
1586 struct nfsd4_compoundres *resp) in svcxdr_init_encode() argument
1588 struct xdr_stream *xdr = &resp->xdr; in svcxdr_init_encode()
1610 struct nfsd4_compoundres *resp) in nfsd4_proc_compound() argument
1614 struct nfsd4_compound_state *cstate = &resp->cstate; in nfsd4_proc_compound()
1619 svcxdr_init_encode(rqstp, resp); in nfsd4_proc_compound()
1620 resp->tagp = resp->xdr.p; in nfsd4_proc_compound()
1622 xdr_reserve_space(&resp->xdr, 8 + args->taglen); in nfsd4_proc_compound()
1623 resp->taglen = args->taglen; in nfsd4_proc_compound()
1624 resp->tag = args->tag; in nfsd4_proc_compound()
1625 resp->rqstp = rqstp; in nfsd4_proc_compound()
1649 while (!status && resp->opcnt < args->opcnt) { in nfsd4_proc_compound()
1650 op = &args->ops[resp->opcnt++]; in nfsd4_proc_compound()
1653 resp->opcnt, args->opcnt, op->opnum, in nfsd4_proc_compound()
1692 if (resp->opcnt < args->opcnt) in nfsd4_proc_compound()
1694 op->status = nfsd4_check_resp_size(resp, plen); in nfsd4_proc_compound()
1724 nfsd4_encode_replay(&resp->xdr, op); in nfsd4_proc_compound()
1727 nfsd4_encode_operation(resp, op); in nfsd4_proc_compound()
1732 args->ops, args->opcnt, resp->opcnt, op->opnum, in nfsd4_proc_compound()