Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Ddnode_sync.c554 if (dn->dn_allocated_txg != dn->dn_free_txg) in dnode_sync_free()
562 dn->dn_allocated_txg = 0; in dnode_sync_free()
590 ASSERT(dnp->dn_type != DMU_OT_NONE || dn->dn_allocated_txg); in dnode_sync()
612 if (dn->dn_allocated_txg == tx->tx_txg) { in dnode_sync()
745 ASSERT(dn->dn_allocated_txg == tx->tx_txg); in dnode_sync()
Ddnode.c156 dn->dn_allocated_txg = 0; in dnode_cons()
210 ASSERT0(dn->dn_allocated_txg); in dnode_dest()
283 if (dn->dn_phys->dn_type != DMU_OT_NONE || dn->dn_allocated_txg != 0) { in dnode_verify()
542 dn->dn_allocated_txg = 0; in dnode_destroy()
614 ASSERT0(dn->dn_allocated_txg); in dnode_allocate()
659 dn->dn_allocated_txg = tx->tx_txg; in dnode_allocate()
747 dn->dn_allocated_txg = tx->tx_txg; in dnode_reallocate()
803 ndn->dn_allocated_txg = odn->dn_allocated_txg; in dnode_move_impl()
870 odn->dn_allocated_txg = 0; in dnode_move_impl()
1631 ASSERT(dn->dn_phys->dn_type || dn->dn_allocated_txg); in dnode_setdirty()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Ddnode.h303 uint64_t dn_allocated_txg; member