xdr_buf_to_bvec
nvecs = xdr_buf_to_bvec(rqstp->rq_bvec, rqstp->rq_maxpages, payload);
unsigned int xdr_buf_to_bvec(struct bio_vec *bvec, unsigned int bvec_size,
count = xdr_buf_to_bvec(svsk->sk_bvec + 1, rqstp->rq_maxpages,
count = xdr_buf_to_bvec(svsk->sk_bvec, SUNRPC_MAX_UDP_SENDPAGES, xdr);
EXPORT_SYMBOL_GPL(xdr_buf_to_bvec);