Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dxdr.h316 static inline ssize_t xdr_stream_encode_item_present(struct xdr_stream *xdr) in xdr_stream_encode_item_present() function
/OK3568_Linux_fs/kernel/net/sunrpc/xprtrdma/
H A Drpc_rdma.c440 if (xdr_stream_encode_item_present(xdr) < 0) in rpcrdma_encode_write_list()
506 if (xdr_stream_encode_item_present(xdr) < 0) in rpcrdma_encode_reply_chunk()
H A Dsvc_rdma_sendto.c425 ret = xdr_stream_encode_item_present(&sctxt->sc_stream); in svc_rdma_encode_write_chunk()