Searched refs:DMU_OT_DNODE (Results 1 - 9 of 9) 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)
153 DMU_OT_DNODE, /* DNODE */ enumerator in enum:dmu_object_type
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_traverse.c203 if (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_DNODE)
328 } else if (BP_GET_TYPE(bp) == DMU_OT_DNODE) {
H A Ddsl_scan.c606 (BP_GET_LEVEL(bp) == 0 && BP_GET_TYPE(bp) != DMU_OT_DNODE))
692 } else if (BP_GET_TYPE(bp) == DMU_OT_DNODE) {
H A Ddnode.c1136 ASSERT(DB_DNODE(db)->dn_type == DMU_OT_DNODE);
1914 ASSERT(dn->dn_type == DMU_OT_DNODE);
H A Ddmu_objset.c771 dnode_allocate(mdn, DMU_OT_DNODE, 1 << DNODE_BLOCK_SHIFT,
H A Ddbuf.c3264 if (dn->dn_type == DMU_OT_DNODE) {
3516 if (db->db_level > 0 || dn->dn_type == DMU_OT_DNODE) {
H A Ddmu_send.c623 } else if (type == DMU_OT_DNODE) {
/freebsd-10-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h917 DMU_OT_DNODE, /* DNODE */ enumerator in enum:dmu_object_type
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1964 if (dn->dn_type == DMU_OT_DNODE) {

Completed in 206 milliseconds