Searched refs:xdr_set_iov (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/sunrpc/ |
H A D | xdr.c | 1318 static unsigned int xdr_set_iov(struct xdr_stream *xdr, struct kvec *iov, in xdr_set_iov() function 1338 return xdr_set_iov(xdr, buf->tail, base, len); in xdr_set_tail_base() 1434 if (xdr_set_iov(xdr, buf->head, 0, buf->len) == 0 && in xdr_init_decode() 1436 xdr_set_iov(xdr, buf->tail, 0, buf->len); in xdr_init_decode()
|