Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs3xdr.c405 if (xdr_stream_encode_item_absent(xdr) < 0) in svcxdr_encode_pre_op_attr()
451 return xdr_stream_encode_item_absent(xdr) > 0; in svcxdr_encode_post_op_attr()
479 if (xdr_stream_encode_item_absent(xdr) < 0) in svcxdr_encode_wcc_data()
966 if (xdr_stream_encode_item_absent(xdr) < 0) in nfs3svc_encode_readdirres()
1127 if (xdr_stream_encode_item_absent(xdr) < 0) in svcxdr_encode_entry3_plus()
1129 if (xdr_stream_encode_item_absent(xdr) < 0) in svcxdr_encode_entry3_plus()
H A Dnfsxdr.c519 if (xdr_stream_encode_item_absent(xdr) < 0) in nfssvc_encode_readdirres()
H A Dnfs4xdr.c4554 if (xdr_stream_encode_item_absent(xdr) != XDR_UNIT) in nfsd4_encode_dirlist4()
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c405 return xdr_stream_encode_item_absent(&sctxt->sc_stream); in svc_rdma_encode_read_list()
509 ret = xdr_stream_encode_item_absent(&sctxt->sc_stream); in svc_rdma_encode_write_list()
536 return xdr_stream_encode_item_absent(&sctxt->sc_stream); in svc_rdma_encode_reply_chunk()
H A Drpc_rdma.c370 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/include/linux/sunrpc/
H A Dxdr.h414 static inline int xdr_stream_encode_item_absent(struct xdr_stream *xdr) in xdr_stream_encode_item_absent() function