Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddnode_sync.c613 if (dn->dn_allocated_txg != dn->dn_free_txg) in dnode_sync_free()
621 dn->dn_allocated_txg = 0; in dnode_sync_free()
651 ASSERT(dnp->dn_type != DMU_OT_NONE || dn->dn_allocated_txg); in dnode_sync()
688 if (dn->dn_allocated_txg == tx->tx_txg) { in dnode_sync()
844 ASSERT(dn->dn_allocated_txg == tx->tx_txg); in dnode_sync()
H A Ddnode.c160 dn->dn_allocated_txg = 0; in dnode_cons()
216 ASSERT0(dn->dn_allocated_txg); in dnode_dest()
413 if (dn->dn_phys->dn_type != DMU_OT_NONE || dn->dn_allocated_txg != 0) { in dnode_verify()
679 dn->dn_allocated_txg = 0; in dnode_destroy()
753 ASSERT0(dn->dn_allocated_txg); in dnode_allocate()
796 dn->dn_allocated_txg = tx->tx_txg; in dnode_allocate()
887 dn->dn_allocated_txg = tx->tx_txg; in dnode_reallocate()
942 ndn->dn_allocated_txg = odn->dn_allocated_txg; in dnode_move_impl()
1007 odn->dn_allocated_txg = 0; in dnode_move_impl()
1862 ASSERT(dn->dn_phys->dn_type || dn->dn_allocated_txg); in dnode_setdirty()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddnode.h340 uint64_t dn_allocated_txg; member