Lines Matching refs:dn_type

273 	ASSERT(DMU_OT_IS_VALID(dn->dn_phys->dn_type));  in dnode_verify()
282 if (dn->dn_phys->dn_type != DMU_OT_NONE || dn->dn_allocated_txg != 0) { in dnode_verify()
293 ASSERT(DMU_OT_IS_VALID(dn->dn_type)); in dnode_verify()
306 if (dn->dn_phys->dn_type != DMU_OT_NONE) in dnode_verify()
325 if (dnp->dn_type == DMU_OT_NONE) { in dnode_byteswap()
377 if (dnp->dn_type != DMU_OT_NONE) in dnode_buf_byteswap()
463 dn->dn_type = dnp->dn_type; in dnode_create()
476 ASSERT(DMU_OT_IS_VALID(dn->dn_phys->dn_type)); in dnode_create()
594 ASSERT(dn->dn_type == DMU_OT_NONE); in dnode_allocate()
596 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE); in dnode_allocate()
604 ASSERT(dn->dn_type == DMU_OT_NONE); in dnode_allocate()
627 dn->dn_type = ot; in dnode_allocate()
721 dn->dn_type = ot; in dnode_reallocate()
762 ndn->dn_type = odn->dn_type; in dnode_move_impl()
1110 boolean_t can_free = (dn->dn_type == DMU_OT_NONE && in dnode_check_slots_free()
1138 ASSERT3S(dnh->dnh_dnode->dn_type, ==, DMU_OT_NONE); in dnode_reclaim_slots()
1312 type = dn->dn_type; in dnode_hold_impl()
1364 ASSERT(DB_DNODE(db)->dn_type == DMU_OT_DNODE); in dnode_hold_impl()
1385 if (dn_block[i].dn_type != DMU_OT_NONE) { in dnode_hold_impl()
1458 if (dn->dn_type == DMU_OT_NONE || dn->dn_free_txg != 0) { in dnode_hold_impl()
1667 ASSERT(dn->dn_phys->dn_type || dn->dn_allocated_txg); in dnode_setdirty()
1722 if (dn->dn_type == DMU_OT_NONE || dn->dn_free_txg) { in dnode_free()
2386 ASSERT(dn->dn_type == DMU_OT_DNODE); in dnode_next_offset_level()
2391 if ((dnp[i].dn_type == DMU_OT_NONE) == hole) in dnode_next_offset_level()