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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu.h132 ((ot) == DMU_OT_DNODE || (ot) == DMU_OT_OBJSET)
154 DMU_OT_OBJSET, /* OBJSET */ enumerator in enum:dmu_object_type
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_scan.c718 } else if (BP_GET_TYPE(bp) == DMU_OT_OBJSET) {
1451 (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_OBJSET)) {
H A Ddmu_traverse.c351 } else if (BP_GET_TYPE(bp) == DMU_OT_OBJSET) {
H A Ddmu.c1866 dmu_object_type_t type = dn ? dn->dn_type : DMU_OT_OBJSET;
H A Ddmu_objset.c1056 ASSERT3U(BP_GET_TYPE(bp), ==, DMU_OT_OBJSET); local
H A Ddmu_send.c621 } else if (zb->zb_level > 0 || type == DMU_OT_OBJSET) {
/freebsd-10-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h918 DMU_OT_OBJSET, /* OBJSET */ enumerator in enum:dmu_object_type

Completed in 141 milliseconds