Searched refs:rq_next_page (Results 1 – 8 of 8) sorted by relevance
905 if (unlikely(rqstp->rq_next_page < begin || rqstp->rq_next_page > end)) { in svc_rqst_replace_page() 910 if (*rqstp->rq_next_page) { in svc_rqst_replace_page() 912 page_folio(*rqstp->rq_next_page))) in svc_rqst_replace_page() 917 *(rqstp->rq_next_page++) = page; in svc_rqst_replace_page() 931 int i, count = rqstp->rq_next_page - rqstp->rq_respages; in svc_rqst_release_pages() 1556 rqstp->rq_next_page = &rqstp->rq_respages[1]; in svc_process() 1559 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()
169 resp->pages = rqstp->rq_next_page++; in nfsd3_proc_readlink()197 resp->pages = rqstp->rq_next_page; in nfsd3_proc_read()606 buf->pages = rqstp->rq_next_page; in nfsd3_init_dirlist_pages()607 rqstp->rq_next_page += (buf->buflen + PAGE_SIZE - 1) >> PAGE_SHIFT; in nfsd3_init_dirlist_pages()639 rqstp->rq_next_page = resp->xdr.page_ptr + 1; in nfsd3_proc_readdir()683 rqstp->rq_next_page = resp->xdr.page_ptr + 1; in nfsd3_proc_readdirplus()
190 resp->page = *(rqstp->rq_next_page++); in nfsd_proc_readlink()217 resp->pages = rqstp->rq_next_page; in nfsd_proc_read()602 buf->pages = rqstp->rq_next_page; in nfsd_init_dirlist_pages()603 rqstp->rq_next_page++; in nfsd_init_dirlist_pages()
2966 buflen = (rqstp->rq_page_end - rqstp->rq_next_page) * PAGE_SIZE; in nfsd4_max_payload()
193 struct page * *rq_next_page; /* next reply page to use */542 xdr->page_ptr = rqstp->rq_next_page - 1;197 struct page * *rq_next_page; /* next reply page to use */ global() member
856 int i, pages = rqstp->rq_next_page - rqstp->rq_respages; in svc_rdma_save_io_pages()865 rqstp->rq_next_page = rqstp->rq_respages; in svc_rdma_save_io_pages()
1884 __entry->nextpage = rqst->rq_next_page;