Searched refs:dn_allocated_txg (Results 1 – 3 of 3) sorted by relevance
521 if (dn->dn_allocated_txg != dn->dn_free_txg) in dnode_sync_free()528 dn->dn_allocated_txg = 0; in dnode_sync_free()555 ASSERT(dnp->dn_type != DMU_OT_NONE || dn->dn_allocated_txg); in dnode_sync()577 if (dn->dn_allocated_txg == tx->tx_txg) { in dnode_sync()692 ASSERT(dn->dn_allocated_txg == tx->tx_txg); in dnode_sync()
136 dn->dn_allocated_txg = 0; in dnode_cons()189 ASSERT0(dn->dn_allocated_txg); in dnode_dest()247 if (dn->dn_phys->dn_type != DMU_OT_NONE || dn->dn_allocated_txg != 0) { in dnode_verify()500 dn->dn_allocated_txg = 0; in dnode_destroy()567 ASSERT0(dn->dn_allocated_txg); in dnode_allocate()607 dn->dn_allocated_txg = tx->tx_txg; in dnode_allocate()686 dn->dn_allocated_txg = tx->tx_txg; in dnode_reallocate()750 ndn->dn_allocated_txg = odn->dn_allocated_txg; in dnode_move_impl()820 odn->dn_allocated_txg = 0; in dnode_move_impl()1281 ASSERT(dn->dn_phys->dn_type || dn->dn_allocated_txg); in dnode_setdirty()
203 uint64_t dn_allocated_txg; member