Searched refs:DMU_BSWAP_ZAP (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | dmu.h | 65 DMU_BSWAP_ZAP, enumerator 148 DMU_OTN_ZAP_DATA = DMU_OT(DMU_BSWAP_ZAP, B_FALSE), 149 DMU_OTN_ZAP_METADATA = DMU_OT(DMU_BSWAP_ZAP, B_TRUE),
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | dmu.c | 61 { DMU_BSWAP_ZAP, TRUE, "object directory" }, 73 { DMU_BSWAP_ZAP, TRUE, "DSL directory child map"}, 74 { DMU_BSWAP_ZAP, TRUE, "DSL dataset snap map" }, 75 { DMU_BSWAP_ZAP, TRUE, "DSL props" }, 80 { DMU_BSWAP_ZAP, TRUE, "ZFS directory" }, 81 { DMU_BSWAP_ZAP, TRUE, "ZFS master node" }, 82 { DMU_BSWAP_ZAP, TRUE, "ZFS delete queue" }, 84 { DMU_BSWAP_ZAP, TRUE, "zvol prop" }, 87 { DMU_BSWAP_ZAP, TRUE, "other ZAP" }, 88 { DMU_BSWAP_ZAP, TRUE, "persistent error log" }, [all …]
|
H A D | zap_micro.c | 470 ASSERT3U(DMU_OT_BYTESWAP(doi.doi_type), ==, DMU_BSWAP_ZAP); in zap_lockdir() 594 ASSERT3U(DMU_OT_BYTESWAP(doi.doi_type), ==, DMU_BSWAP_ZAP); in mzap_create_impl()
|
H A D | dmu_tx.c | 743 ASSERT3P(DMU_OT_BYTESWAP(dn->dn_type), ==, DMU_BSWAP_ZAP); in dmu_tx_hold_zap()
|
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu.h | 87 DMU_BSWAP_ZAP, enumerator 228 DMU_OTN_ZAP_DATA = DMU_OT(DMU_BSWAP_ZAP, B_FALSE), 229 DMU_OTN_ZAP_METADATA = DMU_OT(DMU_BSWAP_ZAP, B_TRUE),
|