Home
last modified time | relevance | path

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

/Linux-v5.10/net/sunrpc/xprtrdma/
Dsvc_rdma_sendto.c356 return xdr_stream_encode_item_absent(&sctxt->sc_stream); in svc_rdma_encode_read_list()
479 ret = xdr_stream_encode_item_absent(&sctxt->sc_stream); in svc_rdma_encode_write_list()
943 if (xdr_stream_encode_item_absent(&sctxt->sc_stream) < 0) in svc_rdma_sendto()
953 if (xdr_stream_encode_item_absent(&sctxt->sc_stream) < 0) in svc_rdma_sendto()
Drpc_rdma.c383 if (xdr_stream_encode_item_absent(xdr) < 0) in rpcrdma_encode_read_list()
451 if (xdr_stream_encode_item_absent(xdr) < 0) in rpcrdma_encode_write_list()
480 if (xdr_stream_encode_item_absent(xdr) < 0) in rpcrdma_encode_reply_chunk()
/Linux-v5.10/include/linux/sunrpc/
Dxdr.h336 static inline int xdr_stream_encode_item_absent(struct xdr_stream *xdr) in xdr_stream_encode_item_absent() function