Searched refs:xdr_stream_encode_item_absent (Results 1 – 5 of 5) sorted by relevance
405 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() 1129 if (xdr_stream_encode_item_absent(xdr) < 0) in svcxdr_encode_entry3_plus() 1131 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()
4648 if (xdr_stream_encode_item_absent(xdr) != XDR_UNIT) in nfsd4_encode_dirlist4()
415 return xdr_stream_encode_item_absent(&sctxt->sc_stream); in svc_rdma_encode_read_list() 519 ret = xdr_stream_encode_item_absent(&sctxt->sc_stream); in svc_rdma_encode_write_list() 546 return xdr_stream_encode_item_absent(&sctxt->sc_stream); in svc_rdma_encode_reply_chunk()
399 * xdr_stream_encode_item_absent - Encode a "not present" list item406 static inline int xdr_stream_encode_item_absent(struct xdr_stream *xdr) in xdr_stream_encode_item_absent() function