Searched refs:DMU_BSWAP_ZAP (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu.c | 89 {DMU_BSWAP_ZAP, TRUE, TRUE, FALSE, "object directory" }, 103 {DMU_BSWAP_ZAP, TRUE, TRUE, FALSE, "DSL props" }, 108 {DMU_BSWAP_ZAP, TRUE, FALSE, TRUE, "ZFS directory" }, 109 {DMU_BSWAP_ZAP, TRUE, FALSE, FALSE, "ZFS master node" }, 112 {DMU_BSWAP_ZAP, TRUE, FALSE, FALSE, "zvol prop" }, 115 {DMU_BSWAP_ZAP, TRUE, FALSE, FALSE, "other ZAP" }, 119 {DMU_BSWAP_ZAP, TRUE, TRUE, FALSE, "Pool properties" }, 131 {DMU_BSWAP_ZAP, TRUE, FALSE, FALSE, "DDT statistics" }, 133 {DMU_BSWAP_ZAP, TRUE, FALSE, TRUE, "SA master node" }, 135 {DMU_BSWAP_ZAP, TRUE, FALSE, TRUE, "SA attr layouts" }, [all …]
|
| H A D | zap_micro.c | 519 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 D | dmu_tx.c | 483 ASSERT3U(DMU_OT_BYTESWAP(dn->dn_type), ==, DMU_BSWAP_ZAP); in dmu_tx_hold_zap_impl()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dmu.h | 89 DMU_BSWAP_ZAP, enumerator 259 DMU_OTN_ZAP_DATA = DMU_OT(DMU_BSWAP_ZAP, B_FALSE, B_FALSE), 260 DMU_OTN_ZAP_METADATA = DMU_OT(DMU_BSWAP_ZAP, B_TRUE, B_FALSE), 270 DMU_OTN_ZAP_ENC_DATA = DMU_OT(DMU_BSWAP_ZAP, B_FALSE, B_TRUE), 271 DMU_OTN_ZAP_ENC_METADATA = DMU_OT(DMU_BSWAP_ZAP, B_TRUE, B_TRUE),
|