Searched refs:dn_free_txg (Results 1 – 4 of 4) sorted by relevance
137 dn->dn_free_txg = 0; in dnode_cons()190 ASSERT0(dn->dn_free_txg); in dnode_dest()501 dn->dn_free_txg = 0; in dnode_destroy()601 dn->dn_free_txg = 0; in dnode_allocate()751 ndn->dn_free_txg = odn->dn_free_txg; in dnode_move_impl()821 odn->dn_free_txg = 0; in dnode_move_impl()1171 if (dn->dn_free_txg || in dnode_hold_impl()1282 ASSERT(dn->dn_free_txg == 0 || dn->dn_free_txg >= txg); in dnode_setdirty()1311 if (dn->dn_free_txg > 0 && dn->dn_free_txg <= txg) { in dnode_setdirty()1346 if (dn->dn_type == DMU_OT_NONE || dn->dn_free_txg) { in dnode_free()[all …]
520 ASSERT(dn->dn_free_txg > 0); in dnode_sync_free()521 if (dn->dn_allocated_txg != dn->dn_free_txg) in dnode_sync_free()529 dn->dn_free_txg = 0; in dnode_sync_free()631 boolean_t freeing_dnode = dn->dn_free_txg > 0 && in dnode_sync()632 dn->dn_free_txg <= tx->tx_txg; in dnode_sync()
498 db->db_state != DB_FILL && !dn->dn_free_txg) { in dbuf_verify()
204 uint64_t dn_free_txg; member