Searched refs:xbufp (Results 1 – 2 of 2) sorted by relevance
42 struct xdr_buf *xbufp; in xprt_free_allocation() local46 xbufp = &req->rq_rcv_buf; in xprt_free_allocation()47 free_page((unsigned long)xbufp->head[0].iov_base); in xprt_free_allocation()48 xbufp = &req->rq_snd_buf; in xprt_free_allocation()49 free_page((unsigned long)xbufp->head[0].iov_base); in xprt_free_allocation()
2001 struct xdr_buf *xbufp = &req->rq_snd_buf; in xprt_init_bc_request() local2010 xbufp->len = xbufp->head[0].iov_len + xbufp->page_len + in xprt_init_bc_request()2011 xbufp->tail[0].iov_len; in xprt_init_bc_request()