Home
last modified time | relevance | path

Searched refs:DMU_OT_BYTESWAP (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap_micro.c519 if (DMU_OT_BYTESWAP(doi.doi_type) != DMU_BSWAP_ZAP) in zap_lockdir_impl()
596 ASSERT3U(DMU_OT_BYTESWAP(doi.doi_type), ==, DMU_BSWAP_ZAP); in zap_lockdir_by_dnode()
620 ASSERT3U(DMU_OT_BYTESWAP(doi.doi_type), ==, DMU_BSWAP_ZAP); in zap_lockdir()
734 ASSERT3U(DMU_OT_BYTESWAP(ot), ==, DMU_BSWAP_ZAP); in zap_create_impl()
786 ASSERT3U(DMU_OT_BYTESWAP(ot), ==, DMU_BSWAP_ZAP); in zap_create_claim_norm_dnsize()
H A Ddmu_recv.c1812 DMU_OT_BYTESWAP(drro->drr_bonustype); in receive_object()
1975 DMU_OT_BYTESWAP(drrw->drr_type); in flush_write_batch_impl()
2209 DMU_OT_BYTESWAP(drrs->drr_type); in receive_spill()
H A Ddmu_tx.c483 ASSERT3U(DMU_OT_BYTESWAP(dn->dn_type), ==, DMU_BSWAP_ZAP); in dmu_tx_hold_zap_impl()
H A Darc.c3611 DMU_BSWAP_NUMFUNCS : DMU_OT_BYTESWAP(ot); in arc_convert_to_raw()
3699 DMU_BSWAP_NUMFUNCS : DMU_OT_BYTESWAP(ot); in arc_alloc_raw_buf()
5720 DMU_OT_BYTESWAP(BP_GET_TYPE(zio->io_bp)); in arc_read_done()
6847 DMU_OT_BYTESWAP(BP_GET_TYPE(bp)); in arc_write_ready()
H A Dspa_misc.c1529 DMU_OT_BYTESWAP(BP_GET_TYPE(bp)); in snprintf_blkptr()
H A Ddnode.c358 byteswap = DMU_OT_BYTESWAP(dnp->dn_bonustype); in dnode_byteswap()
H A Dzio.c4103 dmu_ot_byteswap[DMU_OT_BYTESWAP(ot)].ob_func(bswap_buf, in zio_encrypt()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu.h164 #define DMU_OT_BYTESWAP(ot) (((ot) & DMU_OT_NEWTYPE) ? \ macro
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c7319 DMU_OT_BYTESWAP(doi.doi_type); in dump_mos_leaks()