Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu.h102 DMU_BSWAP_NUMFUNCS enumerator
120 ((ot) & DMU_OT_BYTESWAP_MASK) < DMU_BSWAP_NUMFUNCS : \
809 extern const dmu_object_byteswap_info_t dmu_ot_byteswap[DMU_BSWAP_NUMFUNCS];
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Darc.c2067 if (bswap != DMU_BSWAP_NUMFUNCS) { in arc_decompress()
2069 ASSERT3U(bswap, <, DMU_BSWAP_NUMFUNCS); in arc_decompress()
2527 if (hdr->b_l1hdr.b_byteswap == DMU_BSWAP_NUMFUNCS && in arc_buf_alloc_impl()
2830 hdr->b_l1hdr.b_byteswap = DMU_BSWAP_NUMFUNCS; in arc_hdr_alloc_pdata()
2857 hdr->b_l1hdr.b_byteswap = DMU_BSWAP_NUMFUNCS; in arc_hdr_free_pdata()
4715 hdr->b_l1hdr.b_byteswap = DMU_BSWAP_NUMFUNCS; in arc_read_done()
5567 ASSERT3U(hdr->b_l1hdr.b_byteswap, ==, DMU_BSWAP_NUMFUNCS); in arc_write_ready()
H A Ddmu.c130 const dmu_object_byteswap_info_t dmu_ot_byteswap[DMU_BSWAP_NUMFUNCS] = {