Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu.h102 DMU_BSWAP_NUMFUNCS enumerator
121 ((ot) & DMU_OT_BYTESWAP_MASK) < DMU_BSWAP_NUMFUNCS : \
848 extern const dmu_object_byteswap_info_t dmu_ot_byteswap[DMU_BSWAP_NUMFUNCS];
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c2446 if (bswap != DMU_BSWAP_NUMFUNCS) { in arc_buf_fill()
2448 ASSERT3U(bswap, <, DMU_BSWAP_NUMFUNCS); in arc_buf_fill()
2966 hdr->b_l1hdr.b_byteswap == DMU_BSWAP_NUMFUNCS && in arc_can_share()
3375 hdr->b_l1hdr.b_byteswap = DMU_BSWAP_NUMFUNCS; in arc_hdr_alloc_pabd()
3402 hdr->b_l1hdr.b_byteswap = DMU_BSWAP_NUMFUNCS; in arc_hdr_free_pabd()
5607 hdr->b_l1hdr.b_byteswap = DMU_BSWAP_NUMFUNCS; in arc_read_done()
H A Ddmu.c138 const dmu_object_byteswap_info_t dmu_ot_byteswap[DMU_BSWAP_NUMFUNCS] = {
/freebsd-12.1/sys/cddl/boot/zfs/
H A Dzfsimpl.h975 DMU_BSWAP_NUMFUNCS enumerator