Home
last modified time | relevance | path

Searched refs:rq_page_end (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/sunrpc/
H A Dsvc.h194 struct page * *rq_page_end; /* one past the last page */
520 buf->buflen = PAGE_SIZE * (rqstp->rq_page_end - buf->pages); in svcxdr_init_encode()
198 struct page * *rq_page_end; /* one past the last page */ global() member
/linux/net/sunrpc/
H A Dsvc_xprt.c680 rqstp->rq_page_end = &rqstp->rq_pages[pages]; in svc_alloc_arg()
/linux/fs/nfsd/
H A Dnfs4proc.c2966 buflen = (rqstp->rq_page_end - rqstp->rq_next_page) * PAGE_SIZE; in nfsd4_max_payload()