Home
last modified time | relevance | path

Searched refs:xbufp (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/net/sunrpc/
Dbackchannel_rqst.c42 struct xdr_buf *xbufp; in xprt_free_allocation() local
46 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()
Dxprt.c2001 struct xdr_buf *xbufp = &req->rq_snd_buf; in xprt_init_bc_request() local
2010 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()