Searched refs:rq_respages (Results 1 – 8 of 8) sorted by relevance
222 struct page * *rq_respages; /* points into rq_pages */ member314 while (rqstp->rq_next_page != rqstp->rq_respages) { in svc_free_res_pages()
258 rqstp->rq_respages = &rqstp->rq_pages[i]; in svc_tcp_read_msg()259 rqstp->rq_next_page = rqstp->rq_respages + 1; in svc_tcp_read_msg()500 rqstp->rq_respages = rqstp->rq_pages+1; in svc_udp_recvfrom()503 rqstp->rq_respages = rqstp->rq_pages + 1 + in svc_udp_recvfrom()506 rqstp->rq_next_page = rqstp->rq_respages+1; in svc_udp_recvfrom()
1453 rqstp->rq_next_page = &rqstp->rq_respages[1]; in svc_process()1454 resv->iov_base = page_address(rqstp->rq_respages[0]); in svc_process()
1264 rqstp->rq_respages = rqstp->rq_pages; in svc_deferred_recv()
826 rqstp->rq_respages = rqstp->rq_pages; in svc_rdma_recvfrom()827 rqstp->rq_next_page = rqstp->rq_respages; in svc_rdma_recvfrom()
1156 rqstp->rq_respages = &rqstp->rq_pages[head->rc_page_count]; in svc_rdma_process_read_list()1157 rqstp->rq_next_page = rqstp->rq_respages + 1; in svc_rdma_process_read_list()
983 rqstp->rq_respages++; in svc_rdma_sendto()
998 rqstp->rq_next_page = rqstp->rq_respages + 1; in nfsd_splice_read()
Completed in 22 milliseconds