Searched refs:xbufp (Results 1 – 2 of 2) sorted by relevance
56 struct xdr_buf *xbufp; in xprt_free_allocation() local60 xbufp = &req->rq_rcv_buf; in xprt_free_allocation()61 free_page((unsigned long)xbufp->head[0].iov_base); in xprt_free_allocation()62 xbufp = &req->rq_snd_buf; in xprt_free_allocation()63 free_page((unsigned long)xbufp->head[0].iov_base); in xprt_free_allocation()
1975 struct xdr_buf *xbufp = &req->rq_snd_buf; in xprt_init_bc_request() local1984 xbufp->len = xbufp->head[0].iov_len + xbufp->page_len + in xprt_init_bc_request()1985 xbufp->tail[0].iov_len; in xprt_init_bc_request()