Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sunrpc/
A Dxdr.c1270 static unsigned int xdr_set_iov(struct xdr_stream *xdr, struct kvec *iov, in xdr_set_iov() function
1290 return xdr_set_iov(xdr, buf->tail, base, len); in xdr_set_tail_base()
1371 if (xdr_set_iov(xdr, buf->head, 0, buf->len) == 0 && in xdr_init_decode()
1373 xdr_set_iov(xdr, buf->tail, 0, buf->len); in xdr_init_decode()

Completed in 7 milliseconds