Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/sunrpc/
Dxdr.h317 static inline ssize_t xdr_stream_encode_item_present(struct xdr_stream *xdr) in xdr_stream_encode_item_present() function
/Linux-v5.10/net/sunrpc/xprtrdma/
Drpc_rdma.c424 if (xdr_stream_encode_item_present(xdr) < 0) in rpcrdma_encode_write_list()
490 if (xdr_stream_encode_item_present(xdr) < 0) in rpcrdma_encode_reply_chunk()
Dsvc_rdma_sendto.c425 ret = xdr_stream_encode_item_present(&sctxt->sc_stream); in svc_rdma_encode_write_chunk()