Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsvcsock.c716 count = xdr_buf_to_bvec(rqstp->rq_bvec, in svc_udp_sendto()
1222 count = xdr_buf_to_bvec(rqstp->rq_bvec + 1, in svc_tcp_sendmsg()
H A Dxdr.c168 * xdr_buf_to_bvec - Copy components of an xdr_buf into a bio_vec array
175 unsigned int xdr_buf_to_bvec(struct bio_vec *bvec, unsigned int bvec_size, in xdr_buf_to_bvec() function