Home
last modified time | relevance | path

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

/Linux-v5.15/net/sunrpc/
Dxdr.c1200 static unsigned int xdr_set_iov(struct xdr_stream *xdr, struct kvec *iov, in xdr_set_iov() function
1220 return xdr_set_iov(xdr, buf->tail, base, len); in xdr_set_tail_base()
1301 if (xdr_set_iov(xdr, buf->head, 0, buf->len) == 0 && in xdr_init_decode()
1303 xdr_set_iov(xdr, buf->tail, 0, buf->len); in xdr_init_decode()