Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dxdr.h142 unsigned int xdr_buf_to_bvec(struct bio_vec *bvec, unsigned int bvec_size,
/openbmc/linux/net/sunrpc/
H A Dsvcsock.c716 count = xdr_buf_to_bvec(rqstp->rq_bvec, in svc_udp_sendto()
1232 count = xdr_buf_to_bvec(rqstp->rq_bvec + 1, in svc_tcp_sendmsg()
H A Dxdr.c175 unsigned int xdr_buf_to_bvec(struct bio_vec *bvec, unsigned int bvec_size, in xdr_buf_to_bvec() function