Searched refs:xdr_stream_decode_opaque_inline (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/net/sunrpc/ |
D | xdr.c | 1858 ret = xdr_stream_decode_opaque_inline(xdr, &p, size); in xdr_stream_decode_opaque() 1885 ret = xdr_stream_decode_opaque_inline(xdr, &p, maxlen); in xdr_stream_decode_opaque_dup() 1913 ret = xdr_stream_decode_opaque_inline(xdr, &p, size); in xdr_stream_decode_string() 1943 ret = xdr_stream_decode_opaque_inline(xdr, &p, maxlen); in xdr_stream_decode_string_dup()
|
/Linux-v5.10/include/linux/sunrpc/ |
D | xdr.h | 567 xdr_stream_decode_opaque_inline(struct xdr_stream *xdr, void **ptr, size_t maxlen) in xdr_stream_decode_opaque_inline() function
|
/Linux-v5.10/fs/lockd/ |
D | clnt4xdr.c | 122 ret = xdr_stream_decode_opaque_inline(xdr, (void *)&obj->data, in decode_netobj()
|
D | clntxdr.c | 119 ret = xdr_stream_decode_opaque_inline(xdr, (void *)&obj->data, in decode_netobj()
|
/Linux-v5.10/fs/nfs/ |
D | callback_xdr.c | 81 err = xdr_stream_decode_opaque_inline(xdr, (void **)str, maxlen); in decode_string()
|
D | nfs4xdr.c | 3145 ssize_t ret = xdr_stream_decode_opaque_inline(xdr, (void **)string, in decode_opaque_inline() 3912 len = xdr_stream_decode_opaque_inline(xdr, (void **)&p, in decode_attr_owner() 3946 len = xdr_stream_decode_opaque_inline(xdr, (void **)&p, in decode_attr_group()
|