Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sunrpc/
Dauth_unix.c121 if (xdr_stream_encode_opaque(xdr, clnt->cl_nodename, in unx_marshal()
/kernel/linux/linux-5.10/include/linux/sunrpc/
Dxdr.h445 xdr_stream_encode_opaque(struct xdr_stream *xdr, const void *ptr, size_t len) in xdr_stream_encode_opaque() function
/kernel/linux/linux-5.10/fs/nfs/
Dcallback_xdr.c593 if (unlikely(xdr_stream_encode_opaque(xdr, str, len) < 0)) in encode_string()
Dnfs4xdr.c966 WARN_ON_ONCE(xdr_stream_encode_opaque(xdr, str, len) < 0); in encode_string()