Home
last modified time | relevance | path

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

/Linux-v6.6/net/sunrpc/
Dsvc.c868 if (unlikely(rqstp->rq_next_page < begin || rqstp->rq_next_page > end)) { in svc_rqst_replace_page()
873 if (*rqstp->rq_next_page) { in svc_rqst_replace_page()
875 page_folio(*rqstp->rq_next_page))) in svc_rqst_replace_page()
880 *(rqstp->rq_next_page++) = page; in svc_rqst_replace_page()
894 int i, count = rqstp->rq_next_page - rqstp->rq_respages; in svc_rqst_release_pages()
1514 rqstp->rq_next_page = &rqstp->rq_respages[1]; in svc_process()
1517 rqstp->rq_res.pages = rqstp->rq_next_page; in svc_process()
Dsvcsock.c317 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()
/Linux-v6.6/fs/nfsd/
Dnfs3proc.c140 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()
Dnfsproc.c162 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()
Dvfs.c963 if (page == *(rqstp->rq_next_page - 1) && in nfsd_splice_actor()
1067 page = *(rqstp->rq_next_page++); in nfsd_iter_read()
Dnfs4proc.c2799 buflen = (rqstp->rq_page_end - rqstp->rq_next_page) * PAGE_SIZE; in nfsd4_max_payload()
Dnfs4xdr.c5457 rqstp->rq_next_page = xdr->page_ptr + 1; in nfsd4_encode_operation()
/Linux-v6.6/include/linux/sunrpc/
Dsvc.h213 struct page * *rq_next_page; /* next reply page to use */ member
522 xdr->page_ptr = rqstp->rq_next_page - 1; in svcxdr_encode_opaque_pages()
/Linux-v6.6/net/sunrpc/xprtrdma/
Dsvc_rdma_sendto.c814 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()
Dsvc_rdma_recvfrom.c797 rqstp->rq_next_page = rqstp->rq_respages; in svc_rdma_recvfrom()
Dsvc_rdma_rw.c1161 rqstp->rq_next_page = rqstp->rq_respages + 1; in svc_rdma_process_read_list()
/Linux-v6.6/include/trace/events/
Dsunrpc.h1889 __entry->nextpage = rqst->rq_next_page;