Lines Matching refs:rq_pages
298 * pages in @rqstp's rq_pages array until the last page of the message
315 bvec_set_page(&bvec[i], rqstp->rq_pages[i], PAGE_SIZE, 0);
316 rqstp->rq_respages = &rqstp->rq_pages[i];
642 rqstp->rq_respages = rqstp->rq_pages+1;
645 rqstp->rq_respages = rqstp->rq_pages + 1 +
958 if (rqstp->rq_pages[i] != NULL)
959 put_page(rqstp->rq_pages[i]);
961 rqstp->rq_pages[i] = svsk->sk_pages[i];
964 rqstp->rq_arg.head[0].iov_base = page_address(rqstp->rq_pages[0]);
977 svsk->sk_pages[i] = rqstp->rq_pages[i];
978 rqstp->rq_pages[i] = NULL;
1227 * come from pages in the svc_rqst::rq_pages array.