Searched refs:DMU_OT_OBJSET (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu.h90 DMU_OT_OBJSET, /* OBJSET */ enumerator in enum:dmu_object_type
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h133 ((ot) == DMU_OT_DNODE || (ot) == DMU_OT_OBJSET)
155 DMU_OT_OBJSET, /* OBJSET */ enumerator in enum:dmu_object_type
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_scan.c681 } else if (BP_GET_TYPE(bp) == DMU_OT_OBJSET) {
1414 (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_OBJSET)) {
H A Ddmu_traverse.c344 } else if (BP_GET_TYPE(bp) == DMU_OT_OBJSET) {
H A Ddmu.c1802 dmu_object_type_t type = dn ? dn->dn_type : DMU_OT_OBJSET;
H A Ddmu_objset.c1064 ASSERT3U(BP_GET_TYPE(bp), ==, DMU_OT_OBJSET); local
H A Ddmu_send.c615 } else if (zb->zb_level > 0 || type == DMU_OT_OBJSET) {
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h966 DMU_OT_OBJSET, /* OBJSET */ enumerator in enum:dmu_object_type

Completed in 98 milliseconds