Searched refs:DMU_BSWAP_ZAP (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu.c65 { DMU_BSWAP_ZAP, TRUE, "object directory" },
77 { DMU_BSWAP_ZAP, TRUE, "DSL directory child map"},
78 { DMU_BSWAP_ZAP, TRUE, "DSL dataset snap map" },
79 { DMU_BSWAP_ZAP, TRUE, "DSL props" },
84 { DMU_BSWAP_ZAP, TRUE, "ZFS directory" },
85 { DMU_BSWAP_ZAP, TRUE, "ZFS master node" },
86 { DMU_BSWAP_ZAP, TRUE, "ZFS delete queue" },
88 { DMU_BSWAP_ZAP, TRUE, "zvol prop" },
91 { DMU_BSWAP_ZAP, TRUE, "other ZAP" },
92 { DMU_BSWAP_ZAP, TRU
[all...]
H A Dzap_micro.c480 ASSERT3U(DMU_OT_BYTESWAP(doi.doi_type), ==, DMU_BSWAP_ZAP); local
641 ASSERT3U(DMU_OT_BYTESWAP(doi.doi_type), ==, DMU_BSWAP_ZAP); local
H A Ddmu_tx.c771 ASSERT3P(DMU_OT_BYTESWAP(dn->dn_type), ==, DMU_BSWAP_ZAP);
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu.h88 DMU_BSWAP_ZAP, enumerator in enum:dmu_object_byteswap
99 * DMU_BSWAP_UINT* or DMU_BSWAP_ZAP types.
229 DMU_OTN_ZAP_DATA = DMU_OT(DMU_BSWAP_ZAP, B_FALSE),
230 DMU_OTN_ZAP_METADATA = DMU_OT(DMU_BSWAP_ZAP, B_TRUE),

Completed in 130 milliseconds