Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsvc.c905 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()
H A 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/fs/nfsd/
H A Dnfs3proc.c169 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()
H A Dnfsproc.c190 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()
H A Dnfs4proc.c2966 buflen = (rqstp->rq_page_end - rqstp->rq_next_page) * PAGE_SIZE; in nfsd4_max_payload()
/linux/include/linux/sunrpc/
H A Dsvc.h193 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
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c856 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()
/linux/include/trace/events/
H A Dsunrpc.h1884 __entry->nextpage = rqst->rq_next_page;