Lines Matching defs:rqstp
710 struct svc_rqst *rqstp = info->ri_rqst;
731 sg_set_page(sg, rqstp->rq_pages[info->ri_pageno],
744 &rqstp->rq_pages[info->ri_pageno + 1] > rqstp->rq_page_end)
759 trace_svcrdma_page_overrun_err(cc->cc_rdma, rqstp, info->ri_pageno);
796 * Take a page at a time from rqstp->rq_pages and copy the inline
811 struct svc_rqst *rqstp = info->ri_rqst;
824 dst = page_address(rqstp->rq_pages[info->ri_pageno]);
844 * The chunk data lands in rqstp->rq_arg as a series of contiguous pages,
906 * The chunk data lands in the page list of rqstp->rq_arg.pages.
908 * Currently NFSD does not look at the rqstp->rq_arg.tail[0] kvec.
1063 * Transport header, and the rest lands in rqstp->rq_arg.pages.
1100 * @rqstp: set of pages to use as Read sink buffers
1107 * message in rqstp->rq_arg when there is a positive return code from
1121 struct svc_rqst *rqstp,
1132 info->ri_rqst = rqstp;
1160 rqstp->rq_respages = &rqstp->rq_pages[head->rc_page_count];
1161 rqstp->rq_next_page = rqstp->rq_respages + 1;