Searched refs:rq_maxpages (Results 1 – 6 of 6) sorted by relevance
639 rqstp->rq_maxpages = svc_serv_maxpages(serv); in svc_init_buffer()642 rqstp->rq_pages = kcalloc_node(rqstp->rq_maxpages + 1, in svc_init_buffer()659 for (i = 0; i < rqstp->rq_maxpages; i++) in svc_release_buffer()708 rqstp->rq_bvec = kcalloc_node(rqstp->rq_maxpages, in svc_prepare_thread()951 struct page **end = &rqstp->rq_pages[rqstp->rq_maxpages]; in svc_rqst_replace_page()
658 pages = rqstp->rq_maxpages; in svc_alloc_arg()
1259 count = xdr_buf_to_bvec(svsk->sk_bvec + 1, rqstp->rq_maxpages, in svc_tcp_sendmsg()
204 unsigned long rq_maxpages; /* num of entries in rq_pages */ member
784 if (len && ((head->rc_curpage + 1) > rqstp->rq_maxpages)) in svc_rdma_build_read_segment()861 if (head->rc_curpage >= rqstp->rq_maxpages) in svc_rdma_copy_inline_range()
1134 while (total && v < rqstp->rq_maxpages && in nfsd_direct_read()1223 while (total && v < rqstp->rq_maxpages && in nfsd_iter_read()1481 nvecs = xdr_buf_to_bvec(rqstp->rq_bvec, rqstp->rq_maxpages, payload); in nfsd_vfs_write()