Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDdnode_sync.c521 if (dn->dn_allocated_txg != dn->dn_free_txg) in dnode_sync_free()
528 dn->dn_allocated_txg = 0; in dnode_sync_free()
555 ASSERT(dnp->dn_type != DMU_OT_NONE || dn->dn_allocated_txg); in dnode_sync()
577 if (dn->dn_allocated_txg == tx->tx_txg) { in dnode_sync()
692 ASSERT(dn->dn_allocated_txg == tx->tx_txg); in dnode_sync()
HDdnode.c138 dn->dn_allocated_txg = 0; in dnode_cons()
192 ASSERT0(dn->dn_allocated_txg); in dnode_dest()
250 if (dn->dn_phys->dn_type != DMU_OT_NONE || dn->dn_allocated_txg != 0) { in dnode_verify()
503 dn->dn_allocated_txg = 0; in dnode_destroy()
570 ASSERT0(dn->dn_allocated_txg); in dnode_allocate()
610 dn->dn_allocated_txg = tx->tx_txg; in dnode_allocate()
689 dn->dn_allocated_txg = tx->tx_txg; in dnode_reallocate()
753 ndn->dn_allocated_txg = odn->dn_allocated_txg; in dnode_move_impl()
821 odn->dn_allocated_txg = 0; in dnode_move_impl()
1284 ASSERT(dn->dn_phys->dn_type || dn->dn_allocated_txg); in dnode_setdirty()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDdnode.h203 uint64_t dn_allocated_txg; member