Home
last modified time | relevance | path

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

/linux/net/sunrpc/
A Dxdr.c2098 ret = xdr_stream_decode_opaque_inline(xdr, &p, size); in xdr_stream_decode_opaque()
2125 ret = xdr_stream_decode_opaque_inline(xdr, &p, maxlen); in xdr_stream_decode_opaque_dup()
2153 ret = xdr_stream_decode_opaque_inline(xdr, &p, size); in xdr_stream_decode_string()
2183 ret = xdr_stream_decode_opaque_inline(xdr, &p, maxlen); in xdr_stream_decode_string_dup()
/linux/fs/lockd/
A Dclnt4xdr.c122 ret = xdr_stream_decode_opaque_inline(xdr, (void *)&obj->data, in decode_netobj()
A Dclntxdr.c119 ret = xdr_stream_decode_opaque_inline(xdr, (void *)&obj->data, in decode_netobj()
/linux/include/linux/sunrpc/
A Dxdr.h694 xdr_stream_decode_opaque_inline(struct xdr_stream *xdr, void **ptr, size_t maxlen) in xdr_stream_decode_opaque_inline() function
/linux/fs/nfs/
A Dcallback_xdr.c80 err = xdr_stream_decode_opaque_inline(xdr, (void **)str, maxlen); in decode_string()
A Dnfs4xdr.c3161 ssize_t ret = xdr_stream_decode_opaque_inline(xdr, (void **)string, in decode_opaque_inline()
3179 ret = xdr_stream_decode_opaque_inline(xdr, &ptr, NFS4_OPAQUE_LIMIT); in decode_compound_hdr()
3932 len = xdr_stream_decode_opaque_inline(xdr, (void **)&p, in decode_attr_owner()
3966 len = xdr_stream_decode_opaque_inline(xdr, (void **)&p, in decode_attr_group()

Completed in 27 milliseconds