Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddnode_sync.c597 if (dn->dn_allocated_txg != dn->dn_free_txg) in dnode_sync_free()
605 dn->dn_allocated_txg = 0; in dnode_sync_free()
634 ASSERT(dnp->dn_type != DMU_OT_NONE || dn->dn_allocated_txg); in dnode_sync()
666 if (dn->dn_allocated_txg == tx->tx_txg) { in dnode_sync()
821 ASSERT(dn->dn_allocated_txg == tx->tx_txg); in dnode_sync()
H A Ddnode.c149 dn->dn_allocated_txg = 0; in dnode_cons()
206 ASSERT0(dn->dn_allocated_txg); in dnode_dest()
278 if (dn->dn_phys->dn_type != DMU_OT_NONE || dn->dn_allocated_txg != 0) { in dnode_verify()
540 dn->dn_allocated_txg = 0; in dnode_destroy()
610 ASSERT0(dn->dn_allocated_txg); in dnode_allocate()
653 dn->dn_allocated_txg = tx->tx_txg; in dnode_allocate()
744 dn->dn_allocated_txg = tx->tx_txg; in dnode_reallocate()
802 ndn->dn_allocated_txg = odn->dn_allocated_txg; in dnode_move_impl()
871 odn->dn_allocated_txg = 0; in dnode_move_impl()
1670 ASSERT(dn->dn_phys->dn_type || dn->dn_allocated_txg); in dnode_setdirty()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddnode.h330 uint64_t dn_allocated_txg; member