Home
last modified time | relevance | path

Searched refs:rq_next_page (Results 1 – 11 of 11) sorted by relevance

/linux/net/sunrpc/
H A Dsvc.c574 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()
H A Dsvc_xprt.c723 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()
H A Dsvcsock.c
/linux/fs/nfsd/
H A Dnfs3proc.c193 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()
H A Dnfsproc.c198 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()
H A Dvfs.c1026 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()
H A Dnfs4proc.c3389 buflen = (rqstp->rq_page_end - rqstp->rq_next_page) * PAGE_SIZE; in nfsd4_max_payload()
H A Dnfs4xdr.c6718 rqstp->rq_next_page = xdr->page_ptr + 1; in nfsd4_encode_operation()
/linux/include/linux/sunrpc/
H A Dsvc.h222 struct page * *rq_next_page; /* next reply page to use */ member
587 xdr->page_ptr = rqstp->rq_next_page - 1; in svcxdr_encode_opaque_pages()
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c955 rqstp->rq_next_page = rqstp->rq_respages; in svc_rdma_recvfrom()
H A Dsvc_rdma_sendto.c1009 int i, pages = rqstp->rq_next_page - rqstp->rq_respages; in svc_rdma_save_io_pages()