Home
last modified time | relevance | path

Searched refs:dn_free_txg (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDdnode.c138 dn->dn_free_txg = 0; in dnode_cons()
192 ASSERT0(dn->dn_free_txg); in dnode_dest()
478 dn->dn_free_txg = 0; in dnode_destroy()
575 dn->dn_free_txg = 0; in dnode_allocate()
725 ndn->dn_free_txg = odn->dn_free_txg; in dnode_move_impl()
795 odn->dn_free_txg = 0; in dnode_move_impl()
1153 if (dn->dn_free_txg || in dnode_hold_impl()
1258 ASSERT(dn->dn_free_txg == 0 || dn->dn_free_txg >= txg); in dnode_setdirty()
1287 if (dn->dn_free_txg > 0 && dn->dn_free_txg <= txg) { in dnode_setdirty()
1322 if (dn->dn_type == DMU_OT_NONE || dn->dn_free_txg) { in dnode_free()
[all …]
HDdnode_sync.c521 ASSERT(dn->dn_free_txg > 0); in dnode_sync_free()
522 if (dn->dn_allocated_txg != dn->dn_free_txg) in dnode_sync_free()
530 dn->dn_free_txg = 0; in dnode_sync_free()
632 boolean_t freeing_dnode = dn->dn_free_txg > 0 && in dnode_sync()
633 dn->dn_free_txg <= tx->tx_txg; in dnode_sync()
HDdbuf.c398 db->db_state != DB_FILL && !dn->dn_free_txg) { in dbuf_verify()
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDdnode.h203 uint64_t dn_free_txg; member