Home
last modified time | relevance | path

Searched refs:dn_allocated_txg (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode_sync.c594 if (dn->dn_allocated_txg != dn->dn_free_txg) in dnode_sync_free()
602 dn->dn_allocated_txg = 0; in dnode_sync_free()
631 ASSERT(dnp->dn_type != DMU_OT_NONE || dn->dn_allocated_txg); in dnode_sync()
663 if (dn->dn_allocated_txg == tx->tx_txg) { in dnode_sync()
818 ASSERT(dn->dn_allocated_txg == tx->tx_txg); in dnode_sync()
H A Ddnode.c150 dn->dn_allocated_txg = 0; in dnode_cons()
207 ASSERT0(dn->dn_allocated_txg); in dnode_dest()
282 if (dn->dn_phys->dn_type != DMU_OT_NONE || dn->dn_allocated_txg != 0) { in dnode_verify()
532 dn->dn_allocated_txg = 0; in dnode_destroy()
606 ASSERT0(dn->dn_allocated_txg); in dnode_allocate()
652 dn->dn_allocated_txg = tx->tx_txg; in dnode_allocate()
741 dn->dn_allocated_txg = tx->tx_txg; in dnode_reallocate()
799 ndn->dn_allocated_txg = odn->dn_allocated_txg; in dnode_move_impl()
868 odn->dn_allocated_txg = 0; in dnode_move_impl()
1667 ASSERT(dn->dn_phys->dn_type || dn->dn_allocated_txg); in dnode_setdirty()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h308 uint64_t dn_allocated_txg; member