Searched refs:xdr_stream_encode_item_present (Results 1 – 6 of 6) sorted by relevance
142 if (xdr_stream_encode_item_present(xdr) < 0) in svcxdr_encode_post_op_fh3()410 if (xdr_stream_encode_item_present(xdr) < 0) in svcxdr_encode_pre_op_attr()442 if (xdr_stream_encode_item_present(xdr) < 0) in svcxdr_encode_post_op_attr()471 if (xdr_stream_encode_item_present(xdr) < 0) in svcxdr_encode_wcc_data()1043 if (xdr_stream_encode_item_present(xdr) < 0) in svcxdr_encode_entry3_common()
581 if (xdr_stream_encode_item_present(xdr) < 0) in svcxdr_encode_entry_common()
3824 if (xdr_stream_encode_item_present(xdr) != XDR_UNIT) in nfsd4_encode_entry4()
412 if (xdr_stream_encode_item_present(xdr) < 0) in rpcrdma_encode_write_list()490 if (xdr_stream_encode_item_present(xdr) < 0) in rpcrdma_encode_reply_chunk()
464 ret = xdr_stream_encode_item_present(&sctxt->sc_stream); in svc_rdma_encode_write_chunk()
395 static inline ssize_t xdr_stream_encode_item_present(struct xdr_stream *xdr) in xdr_stream_encode_item_present() function