Searched refs:DMU_OT_DNODE (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu.h89 DMU_OT_DNODE, /* DNODE */ 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)
154 DMU_OT_DNODE, /* DNODE */ enumerator in enum:dmu_object_type
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_traverse.c196 if (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_DNODE)
321 } else if (BP_GET_TYPE(bp) == DMU_OT_DNODE) {
H A Ddsl_scan.c569 (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_DNODE))
655 } else if (BP_GET_TYPE(bp) == DMU_OT_DNODE) {
H A Ddnode.c1126 ASSERT(DB_DNODE(db)->dn_type == DMU_OT_DNODE);
1904 ASSERT(dn->dn_type == DMU_OT_DNODE);
H A Ddmu_objset.c779 dnode_allocate(mdn, DMU_OT_DNODE, 1 << DNODE_BLOCK_SHIFT,
H A Ddbuf.c3267 if (dn->dn_type == DMU_OT_DNODE) {
3525 if (db->db_level > 0 || dn->dn_type == DMU_OT_DNODE) {
H A Ddmu_send.c617 } else if (type == DMU_OT_DNODE) {
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h965 DMU_OT_DNODE, /* DNODE */ enumerator in enum:dmu_object_type
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1903 if (dn->dn_type == DMU_OT_DNODE) {

Completed in 118 milliseconds