Searched refs:xdr_stream_encode_item_absent (Results 1 – 5 of 5) sorted by relevance
408 if (xdr_stream_encode_item_absent(xdr) < 0) in svcxdr_encode_pre_op_attr()454 return xdr_stream_encode_item_absent(xdr) > 0; in svcxdr_encode_post_op_attr()482 if (xdr_stream_encode_item_absent(xdr) < 0) in svcxdr_encode_wcc_data()969 if (xdr_stream_encode_item_absent(xdr) < 0) in nfs3svc_encode_readdirres()1130 if (xdr_stream_encode_item_absent(xdr) < 0) in svcxdr_encode_entry3_plus()1132 if (xdr_stream_encode_item_absent(xdr) < 0) in svcxdr_encode_entry3_plus()
519 if (xdr_stream_encode_item_absent(xdr) < 0) in nfssvc_encode_readdirres()
365 return xdr_stream_encode_item_absent(&sctxt->sc_stream); in svc_rdma_encode_read_list()469 ret = xdr_stream_encode_item_absent(&sctxt->sc_stream); in svc_rdma_encode_write_list()496 return xdr_stream_encode_item_absent(&sctxt->sc_stream); in svc_rdma_encode_reply_chunk()
370 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()
414 static inline int xdr_stream_encode_item_absent(struct xdr_stream *xdr) in xdr_stream_encode_item_absent() function