Lines Matching refs:DMU_OT_NONE

413 	if (dn->dn_phys->dn_type != DMU_OT_NONE || dn->dn_allocated_txg != 0) {  in dnode_verify()
436 if (dn->dn_phys->dn_type != DMU_OT_NONE) in dnode_verify()
455 if (dnp->dn_type == DMU_OT_NONE) { in dnode_byteswap()
506 if (dnp->dn_type != DMU_OT_NONE) in dnode_buf_byteswap()
619 dn->dn_storage_type = DMU_OT_NONE; in dnode_create()
704 dn->dn_storage_type = DMU_OT_NONE; in dnode_destroy()
740 ASSERT(dn->dn_type == DMU_OT_NONE); in dnode_allocate()
742 ASSERT(dn->dn_phys->dn_type == DMU_OT_NONE); in dnode_allocate()
743 ASSERT(ot != DMU_OT_NONE); in dnode_allocate()
745 ASSERT((bonustype == DMU_OT_NONE && bonuslen == 0) || in dnode_allocate()
748 (bonustype != DMU_OT_NONE && bonuslen != 0)); in dnode_allocate()
751 ASSERT(dn->dn_type == DMU_OT_NONE); in dnode_allocate()
819 ASSERT((bonustype == DMU_OT_NONE && bonuslen == 0) || in dnode_reallocate()
820 (bonustype != DMU_OT_NONE && bonuslen != 0) || in dnode_reallocate()
1024 odn->dn_storage_type = DMU_OT_NONE; in dnode_move_impl()
1262 boolean_t can_free = (dn->dn_type == DMU_OT_NONE && in dnode_check_slots_free()
1292 ASSERT3S(dnh->dnh_dnode->dn_type, ==, DMU_OT_NONE); in dnode_reclaim_slots()
1473 if ((flag & DNODE_MUST_BE_ALLOCATED) && type == DMU_OT_NONE) in dnode_hold_impl()
1475 if ((flag & DNODE_MUST_BE_FREE) && type != DMU_OT_NONE) in dnode_hold_impl()
1547 if (dn_block[i].dn_type != DMU_OT_NONE) { in dnode_hold_impl()
1618 if (dn->dn_type == DMU_OT_NONE || dn->dn_free_txg != 0) { in dnode_hold_impl()
1917 if (dn->dn_type == DMU_OT_NONE || dn->dn_free_txg) { in dnode_free()
2611 if ((dnp[i].dn_type == DMU_OT_NONE) == hole) in dnode_next_offset_level()