Searched refs:rq_next_page (Results 1 – 12 of 12) sorted by relevance
871 if (unlikely(rqstp->rq_next_page < begin || rqstp->rq_next_page > end)) { in svc_rqst_replace_page()876 if (*rqstp->rq_next_page) { in svc_rqst_replace_page()878 page_folio(*rqstp->rq_next_page))) in svc_rqst_replace_page()883 *(rqstp->rq_next_page++) = page; in svc_rqst_replace_page()897 int i, count = rqstp->rq_next_page - rqstp->rq_respages; in svc_rqst_release_pages()1523 rqstp->rq_next_page = &rqstp->rq_respages[1]; in svc_process()1526 rqstp->rq_res.pages = rqstp->rq_next_page; in svc_process()
317 rqstp->rq_next_page = rqstp->rq_respages + 1; in svc_tcp_read_msg()648 rqstp->rq_next_page = rqstp->rq_respages+1; in svc_udp_recvfrom()
140 resp->pages = rqstp->rq_next_page++; in nfsd3_proc_readlink()167 resp->pages = rqstp->rq_next_page; in nfsd3_proc_read()565 buf->pages = rqstp->rq_next_page; in nfsd3_init_dirlist_pages()566 rqstp->rq_next_page += (buf->buflen + PAGE_SIZE - 1) >> PAGE_SHIFT; in nfsd3_init_dirlist_pages()598 rqstp->rq_next_page = resp->xdr.page_ptr + 1; in nfsd3_proc_readdir()641 rqstp->rq_next_page = resp->xdr.page_ptr + 1; in nfsd3_proc_readdirplus()
162 resp->page = *(rqstp->rq_next_page++); in nfsd_proc_readlink()188 resp->pages = rqstp->rq_next_page; in nfsd_proc_read()563 buf->pages = rqstp->rq_next_page; in nfsd_init_dirlist_pages()564 rqstp->rq_next_page++; in nfsd_init_dirlist_pages()
955 if (page == *(rqstp->rq_next_page - 1) && in nfsd_splice_actor()1061 page = *(rqstp->rq_next_page++); in nfsd_iter_read()
2801 buflen = (rqstp->rq_page_end - rqstp->rq_next_page) * PAGE_SIZE; in nfsd4_max_payload()
5449 rqstp->rq_next_page = xdr->page_ptr + 1; in nfsd4_encode_operation()
213 struct page * *rq_next_page; /* next reply page to use */ member523 xdr->page_ptr = rqstp->rq_next_page - 1; in svcxdr_encode_opaque_pages()
814 int i, pages = rqstp->rq_next_page - rqstp->rq_respages; in svc_rdma_save_io_pages()823 rqstp->rq_next_page = rqstp->rq_respages; in svc_rdma_save_io_pages()
803 rqstp->rq_next_page = rqstp->rq_respages; in svc_rdma_recvfrom()
1161 rqstp->rq_next_page = rqstp->rq_respages + 1; in svc_rdma_process_read_list()
1888 __entry->nextpage = rqst->rq_next_page;