Searched refs:xdr_stream_encode_opaque (Results 1 – 3 of 3) sorted by relevance
378 xdr_stream_encode_opaque(struct xdr_stream *xdr, const void *ptr, size_t len) in xdr_stream_encode_opaque() function
601 if (unlikely(xdr_stream_encode_opaque(xdr, str, len) < 0)) in encode_string()
962 WARN_ON_ONCE(xdr_stream_encode_opaque(xdr, str, len) < 0); in encode_string()