Searched refs:xdr_stream_encode_item_absent (Results 1 – 3 of 3) sorted by relevance
356 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()
383 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()
336 static inline int xdr_stream_encode_item_absent(struct xdr_stream *xdr) in xdr_stream_encode_item_absent() function