Searched refs:rq_next_page (Results 1 – 11 of 11) sorted by relevance
135 resp->pages = rqstp->rq_next_page++; in nfsd3_proc_readlink()162 resp->pages = rqstp->rq_next_page; in nfsd3_proc_read()164 struct page *page = *(rqstp->rq_next_page++); in nfsd3_proc_read()452 buf->pages = rqstp->rq_next_page; in nfsd3_init_dirlist_pages()453 rqstp->rq_next_page += (buf->buflen + PAGE_SIZE - 1) >> PAGE_SHIFT; in nfsd3_init_dirlist_pages()493 rqstp->rq_next_page = resp->xdr.page_ptr + 1; in nfsd3_proc_readdir()536 rqstp->rq_next_page = resp->xdr.page_ptr + 1; in nfsd3_proc_readdirplus()
159 resp->page = *(rqstp->rq_next_page++); in nfsd_proc_readlink()188 resp->pages = rqstp->rq_next_page; in nfsd_proc_read()190 struct page *page = *(rqstp->rq_next_page++); in nfsd_proc_read()570 buf->pages = rqstp->rq_next_page; in nfsd_init_dirlist_pages()571 rqstp->rq_next_page++; in nfsd_init_dirlist_pages()
196 if (!*(rqstp->rq_next_page++)) in nfs3svc_encode_getaclres()
267 if (!*(rqstp->rq_next_page++)) in nfsaclsvc_encode_getaclres()
824 struct page **pp = rqstp->rq_next_page; in nfsd_splice_actor()884 rqstp->rq_next_page = rqstp->rq_respages + 1; in nfsd_splice_read()
5447 rqstp->rq_next_page = xdr->page_ptr + 1; in nfs4svc_encode_compoundres()
257 struct page * *rq_next_page; /* next reply page to use */ member371 while (rqstp->rq_next_page != rqstp->rq_respages) { in svc_free_res_pages()372 struct page **pp = --rqstp->rq_next_page; in svc_free_res_pages()
853 if (*rqstp->rq_next_page) { in svc_rqst_replace_page()856 pagevec_add(&rqstp->rq_pvec, *rqstp->rq_next_page); in svc_rqst_replace_page()860 *(rqstp->rq_next_page++) = page; in svc_rqst_replace_page()1467 rqstp->rq_next_page = &rqstp->rq_respages[1]; in svc_process()
272 rqstp->rq_next_page = rqstp->rq_respages + 1; in svc_tcp_read_msg()517 rqstp->rq_next_page = rqstp->rq_respages+1; in svc_udp_recvfrom()
827 rqstp->rq_next_page = rqstp->rq_respages; in svc_rdma_recvfrom()
1157 rqstp->rq_next_page = rqstp->rq_respages + 1; in svc_rdma_process_read_list()
Completed in 35 milliseconds