Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/sunrpc/
Dsvc.h267 struct page * *rq_next_page; /* next reply page to use */ member
381 while (rqstp->rq_next_page != rqstp->rq_respages) { in svc_free_res_pages()
382 struct page **pp = --rqstp->rq_next_page; in svc_free_res_pages()
/Linux-v6.1/fs/nfsd/
Dnfs3proc.c139 resp->pages = rqstp->rq_next_page++; in nfsd3_proc_readlink()
170 resp->pages = rqstp->rq_next_page; in nfsd3_proc_read()
172 struct page *page = *(rqstp->rq_next_page++); in nfsd3_proc_read()
574 buf->pages = rqstp->rq_next_page; in nfsd3_init_dirlist_pages()
575 rqstp->rq_next_page += (buf->buflen + PAGE_SIZE - 1) >> PAGE_SHIFT; in nfsd3_init_dirlist_pages()
607 rqstp->rq_next_page = resp->xdr.page_ptr + 1; in nfsd3_proc_readdir()
650 rqstp->rq_next_page = resp->xdr.page_ptr + 1; in nfsd3_proc_readdirplus()
Dnfsproc.c162 resp->page = *(rqstp->rq_next_page++); in nfsd_proc_readlink()
192 resp->pages = rqstp->rq_next_page; in nfsd_proc_read()
194 struct page *page = *(rqstp->rq_next_page++); in nfsd_proc_read()
575 buf->pages = rqstp->rq_next_page; in nfsd_init_dirlist_pages()
576 rqstp->rq_next_page++; in nfsd_init_dirlist_pages()
Dnfs3acl.c196 if (!*(rqstp->rq_next_page++)) in nfs3svc_encode_getaclres()
Dnfs2acl.c267 if (!*(rqstp->rq_next_page++)) in nfsaclsvc_encode_getaclres()
Dvfs.c931 rqstp->rq_next_page = rqstp->rq_respages + 1; in nfsd_splice_read()
Dnfs4proc.c2784 buflen = (rqstp->rq_page_end - rqstp->rq_next_page) * PAGE_SIZE; in nfsd4_max_payload()
Dnfs4xdr.c5472 rqstp->rq_next_page = xdr->page_ptr + 1; in nfs4svc_encode_compoundres()
/Linux-v6.1/net/sunrpc/
Dsvc.c833 if (*rqstp->rq_next_page) { in svc_rqst_replace_page()
836 pagevec_add(&rqstp->rq_pvec, *rqstp->rq_next_page); in svc_rqst_replace_page()
840 *(rqstp->rq_next_page++) = page; in svc_rqst_replace_page()
1449 rqstp->rq_next_page = &rqstp->rq_respages[1]; in svc_process()
1452 rqstp->rq_res.pages = rqstp->rq_next_page; in svc_process()
Dsvcsock.c261 rqstp->rq_next_page = rqstp->rq_respages + 1; in svc_tcp_read_msg()
506 rqstp->rq_next_page = rqstp->rq_respages+1; in svc_udp_recvfrom()
/Linux-v6.1/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c827 rqstp->rq_next_page = rqstp->rq_respages; in svc_rdma_recvfrom()
Dsvc_rdma_rw.c1157 rqstp->rq_next_page = rqstp->rq_respages + 1; in svc_rdma_process_read_list()