Searched refs:rq_next_page (Results 1 – 11 of 11) sorted by relevance
574 rqstp->rq_next_page = rqstp->rq_respages + rqstp->rq_maxpages; in svc_init_buffer()946 if (unlikely(rqstp->rq_next_page < begin || rqstp->rq_next_page > end)) { in svc_rqst_replace_page()951 if (*rqstp->rq_next_page) in svc_rqst_replace_page()952 svc_rqst_page_release(rqstp, *rqstp->rq_next_page); in svc_rqst_replace_page()955 *(rqstp->rq_next_page++) = page; in svc_rqst_replace_page()972 for (pp = rqstp->rq_respages; pp < rqstp->rq_next_page; pp++) { in svc_rqst_release_pages()1663 rqstp->rq_next_page = &rqstp->rq_respages[1]; in svc_process()1666 rqstp->rq_res.pages = rqstp->rq_next_page; in svc_process()
723 if (WARN_ON_ONCE(rqstp->rq_next_page < rqstp->rq_respages)) in svc_alloc_arg()725 nfree = rqstp->rq_next_page - rqstp->rq_respages; in svc_alloc_arg()731 rqstp->rq_next_page = rqstp->rq_respages; in svc_alloc_arg()
193 resp->pages = rqstp->rq_next_page++; in nfsd3_proc_readlink()221 resp->pages = rqstp->rq_next_page; in nfsd3_proc_read()597 buf->pages = rqstp->rq_next_page; in nfsd3_init_dirlist_pages()598 rqstp->rq_next_page += (buf->buflen + PAGE_SIZE - 1) >> PAGE_SHIFT; in nfsd3_init_dirlist_pages()628 rqstp->rq_next_page = resp->xdr.page_ptr + 1; in nfsd3_proc_readdir()670 rqstp->rq_next_page = resp->xdr.page_ptr + 1; in nfsd3_proc_readdirplus()
198 resp->page = *(rqstp->rq_next_page++); in nfsd_proc_readlink()225 resp->pages = rqstp->rq_next_page; in nfsd_proc_read()584 buf->pages = rqstp->rq_next_page; in nfsd_init_dirlist_pages()585 rqstp->rq_next_page++; in nfsd_init_dirlist_pages()
1026 if (page == *(rqstp->rq_next_page - 1) && in nfsd_splice_actor()1143 rqstp->rq_next_page < rqstp->rq_page_end) { in nfsd_direct_read()1145 bvec_set_page(&rqstp->rq_bvec[v], *rqstp->rq_next_page, in nfsd_direct_read()1149 ++rqstp->rq_next_page; in nfsd_direct_read()1232 rqstp->rq_next_page < rqstp->rq_page_end) { in nfsd_iter_read()1234 bvec_set_page(&rqstp->rq_bvec[v], *rqstp->rq_next_page, in nfsd_iter_read()1238 ++rqstp->rq_next_page; in nfsd_iter_read()
3389 buflen = (rqstp->rq_page_end - rqstp->rq_next_page) * PAGE_SIZE; in nfsd4_max_payload()
6718 rqstp->rq_next_page = xdr->page_ptr + 1; in nfsd4_encode_operation()
222 struct page * *rq_next_page; /* next reply page to use */ member587 xdr->page_ptr = rqstp->rq_next_page - 1; in svcxdr_encode_opaque_pages()
955 rqstp->rq_next_page = rqstp->rq_respages; in svc_rdma_recvfrom()
1009 int i, pages = rqstp->rq_next_page - rqstp->rq_respages; in svc_rdma_save_io_pages()