Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dxdr.c1324 static unsigned int xdr_set_iov(struct xdr_stream *xdr, struct kvec *iov, in xdr_set_iov()
1344 return xdr_set_iov(xdr, buf->tail, base, len); in xdr_stream_unmap_current_page()
1440 if (xdr_set_iov(xdr, buf->head, 0, buf->len) == 0 && in xdr_init_decode()
1442 xdr_set_iov(xdr, buf->tail, 0, buf->len); in xdr_init_decode()
1318 static unsigned int xdr_set_iov(struct xdr_stream *xdr, struct kvec *iov, xdr_set_iov() function