Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Ddmu.h104 DMU_BSWAP_NUMFUNCS enumerator
123 ((ot) & DMU_OT_BYTESWAP_MASK) < DMU_BSWAP_NUMFUNCS : \
861 extern const dmu_object_byteswap_info_t dmu_ot_byteswap[DMU_BSWAP_NUMFUNCS];
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Darc.c2446 if (bswap != DMU_BSWAP_NUMFUNCS) { in arc_buf_fill()
2448 ASSERT3U(bswap, <, DMU_BSWAP_NUMFUNCS); in arc_buf_fill()
2968 hdr->b_l1hdr.b_byteswap == DMU_BSWAP_NUMFUNCS && in arc_can_share()
3377 hdr->b_l1hdr.b_byteswap = DMU_BSWAP_NUMFUNCS; in arc_hdr_alloc_pabd()
3404 hdr->b_l1hdr.b_byteswap = DMU_BSWAP_NUMFUNCS; in arc_hdr_free_pabd()
5610 hdr->b_l1hdr.b_byteswap = DMU_BSWAP_NUMFUNCS; in arc_read_done()
Ddmu.c147 const dmu_object_byteswap_info_t dmu_ot_byteswap[DMU_BSWAP_NUMFUNCS] = {
/freebsd-12-stable/sys/cddl/boot/zfs/
Dzfsimpl.h1100 DMU_BSWAP_NUMFUNCS enumerator