Searched refs:DMU_BSWAP_ZAP (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | dmu.c | 92 { DMU_BSWAP_ZAP, TRUE, TRUE, "object directory" }, 104 { DMU_BSWAP_ZAP, TRUE, TRUE, "DSL directory child map" }, 105 { DMU_BSWAP_ZAP, TRUE, TRUE, "DSL dataset snap map" }, 106 { DMU_BSWAP_ZAP, TRUE, TRUE, "DSL props" }, 111 { DMU_BSWAP_ZAP, TRUE, FALSE, "ZFS directory" }, 112 { DMU_BSWAP_ZAP, TRUE, FALSE, "ZFS master node" }, 113 { DMU_BSWAP_ZAP, TRUE, FALSE, "ZFS delete queue" }, 115 { DMU_BSWAP_ZAP, TRUE, FALSE, "zvol prop" }, 118 { DMU_BSWAP_ZAP, TRUE, FALSE, "other ZAP" }, 119 { DMU_BSWAP_ZAP, TRUE, FALSE, "persistent error log" }, [all …]
|
| D | zap_micro.c | 569 ASSERT3U(DMU_OT_BYTESWAP(doi.doi_type), ==, DMU_BSWAP_ZAP); in zap_lockdir_by_dnode() 593 ASSERT3U(DMU_OT_BYTESWAP(doi.doi_type), ==, DMU_BSWAP_ZAP); in zap_lockdir() 759 ASSERT3U(DMU_OT_BYTESWAP(ot), ==, DMU_BSWAP_ZAP); in zap_create_norm() 780 ASSERT3U(DMU_OT_BYTESWAP(ot), ==, DMU_BSWAP_ZAP); in zap_create_flags()
|
| D | dmu_tx.c | 491 ASSERT3P(DMU_OT_BYTESWAP(dn->dn_type), ==, DMU_BSWAP_ZAP); in dmu_tx_hold_zap_impl()
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| D | dmu.h | 91 DMU_BSWAP_ZAP, enumerator 247 DMU_OTN_ZAP_DATA = DMU_OT(DMU_BSWAP_ZAP, B_FALSE), 248 DMU_OTN_ZAP_METADATA = DMU_OT(DMU_BSWAP_ZAP, B_TRUE),
|
| /freebsd-12-stable/sys/cddl/boot/zfs/ |
| D | zfsimpl.h | 1087 DMU_BSWAP_ZAP, enumerator 1190 DMU_OTN_ZAP_DATA = DMU_OT(DMU_BSWAP_ZAP, B_FALSE), 1191 DMU_OTN_ZAP_METADATA = DMU_OT(DMU_BSWAP_ZAP, B_TRUE)
|