Home
last modified time | relevance | path

Searched refs:DMU_BSWAP_ZAP (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu.c107 {DMU_BSWAP_ZAP, TRUE, TRUE, FALSE, "object directory" },
119 {DMU_BSWAP_ZAP, TRUE, TRUE, FALSE, "DSL directory child map"},
120 {DMU_BSWAP_ZAP, TRUE, TRUE, FALSE, "DSL dataset snap map" },
121 {DMU_BSWAP_ZAP, TRUE, TRUE, FALSE, "DSL props" },
126 {DMU_BSWAP_ZAP, TRUE, FALSE, TRUE, "ZFS directory" },
127 {DMU_BSWAP_ZAP, TRUE, FALSE, FALSE, "ZFS master node" },
128 {DMU_BSWAP_ZAP, TRUE, FALSE, TRUE, "ZFS delete queue" },
130 {DMU_BSWAP_ZAP, TRUE, FALSE, FALSE, "zvol prop" },
133 {DMU_BSWAP_ZAP, TRUE, FALSE, FALSE, "other ZAP" },
134 {DMU_BSWAP_ZAP, TRUE, FALSE, FALSE, "persistent error log" },
[all …]
H A Dzap_micro.c633 if (DMU_OT_BYTESWAP(doi.doi_type) != DMU_BSWAP_ZAP) in zap_lockdir_impl()
874 ASSERT3U(DMU_OT_BYTESWAP(ot), ==, DMU_BSWAP_ZAP); in zap_create_impl()
926 ASSERT3U(DMU_OT_BYTESWAP(ot), ==, DMU_BSWAP_ZAP); in zap_create_claim_norm_dnsize()
1208 if (error == 0 && DMU_OT_BYTESWAP(doi.doi_type) != DMU_BSWAP_ZAP) in zap_prefetch_object()
H A Ddmu_tx.c600 ASSERT3U(DMU_OT_BYTESWAP(dn->dn_type), ==, DMU_BSWAP_ZAP); in dmu_tx_hold_zap_impl()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu.h91 DMU_BSWAP_ZAP, enumerator
264 DMU_OTN_ZAP_DATA = DMU_OT(DMU_BSWAP_ZAP, B_FALSE, B_FALSE),
265 DMU_OTN_ZAP_METADATA = DMU_OT(DMU_BSWAP_ZAP, B_TRUE, B_FALSE),
275 DMU_OTN_ZAP_ENC_DATA = DMU_OT(DMU_BSWAP_ZAP, B_FALSE, B_TRUE),
276 DMU_OTN_ZAP_ENC_METADATA = DMU_OT(DMU_BSWAP_ZAP, B_TRUE, B_TRUE),
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1124 DMU_BSWAP_ZAP, enumerator
1231 DMU_OTN_ZAP_DATA = DMU_OT(DMU_BSWAP_ZAP, B_FALSE),
1232 DMU_OTN_ZAP_METADATA = DMU_OT(DMU_BSWAP_ZAP, B_TRUE)