Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/
Dbackchannel_rqst.c61 struct xdr_buf *xbufp; in xprt_free_allocation() local
65 xbufp = &req->rq_rcv_buf; in xprt_free_allocation()
66 free_page((unsigned long)xbufp->head[0].iov_base); in xprt_free_allocation()
67 xbufp = &req->rq_snd_buf; in xprt_free_allocation()
68 free_page((unsigned long)xbufp->head[0].iov_base); in xprt_free_allocation()
Dxprtsock.c2535 struct xdr_buf *xbufp = &req->rq_snd_buf; in bc_sendto() local
2543 xs_encode_stream_record_marker(xbufp); in bc_sendto()
2545 tailoff = (unsigned long)xbufp->tail[0].iov_base & ~PAGE_MASK; in bc_sendto()
2546 headoff = (unsigned long)xbufp->head[0].iov_base & ~PAGE_MASK; in bc_sendto()
2547 len = svc_send_common(sock, xbufp, in bc_sendto()
2548 virt_to_page(xbufp->head[0].iov_base), headoff, in bc_sendto()
2549 xbufp->tail[0].iov_base, tailoff); in bc_sendto()
2551 if (len != xbufp->len) { in bc_sendto()
Dsvcsock.c1214 struct xdr_buf *xbufp = &rqstp->rq_res; in svc_tcp_sendto() local
1222 reclen = htonl(0x80000000|((xbufp->len ) - 4)); in svc_tcp_sendto()
1223 memcpy(xbufp->head[0].iov_base, &reclen, 4); in svc_tcp_sendto()
1226 if (sent != xbufp->len) { in svc_tcp_sendto()
1232 sent, xbufp->len); in svc_tcp_sendto()
Dclnt.c1031 struct xdr_buf *xbufp = &req->rq_snd_buf; in rpc_run_bc_task() local
1052 xbufp->len = xbufp->head[0].iov_len + xbufp->page_len + in rpc_run_bc_task()
1053 xbufp->tail[0].iov_len; in rpc_run_bc_task()