Searched refs:rq_respages (Results 1 – 8 of 8) sorted by relevance
256 struct page * *rq_respages; /* points into rq_pages */ member371 while (rqstp->rq_next_page != rqstp->rq_respages) { in svc_free_res_pages()
271 rqstp->rq_respages = &rqstp->rq_pages[i]; in svc_tcp_read_msg()272 rqstp->rq_next_page = rqstp->rq_respages + 1; in svc_tcp_read_msg()511 rqstp->rq_respages = rqstp->rq_pages+1; in svc_udp_recvfrom()514 rqstp->rq_respages = rqstp->rq_pages + 1 + in svc_udp_recvfrom()517 rqstp->rq_next_page = rqstp->rq_respages+1; in svc_udp_recvfrom()
1467 rqstp->rq_next_page = &rqstp->rq_respages[1]; in svc_process()1468 resv->iov_base = page_address(rqstp->rq_respages[0]); in svc_process()1470 rqstp->rq_res.pages = rqstp->rq_respages + 1; in svc_process()
1254 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()
884 rqstp->rq_next_page = rqstp->rq_respages + 1; in nfsd_splice_read()
Completed in 23 milliseconds