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