Home
last modified time | relevance | path

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

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