Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/xprtrdma/
H A 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()
H A Drpc_rdma.c399 if (xdr_stream_encode_item_absent(xdr) < 0) in rpcrdma_encode_read_list()
467 if (xdr_stream_encode_item_absent(xdr) < 0) in rpcrdma_encode_write_list()
496 if (xdr_stream_encode_item_absent(xdr) < 0) in rpcrdma_encode_reply_chunk()
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dxdr.h335 static inline int xdr_stream_encode_item_absent(struct xdr_stream *xdr) in xdr_stream_encode_item_absent() function