Home
last modified time | relevance | path

Searched refs:dn_dirty_txg (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h311 uint64_t dn_dirty_txg; /* txg dnode was last dirtied */ member
427 ((_dn)->dn_dirty_txg >= spa_syncing_txg((_dn)->dn_objset->os_spa))
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c154 dn->dn_dirty_txg = 0; in dnode_cons()
211 ASSERT0(dn->dn_dirty_txg); in dnode_dest()
536 dn->dn_dirty_txg = 0; in dnode_destroy()
608 ASSERT0(dn->dn_dirty_txg); in dnode_allocate()
803 ndn->dn_dirty_txg = odn->dn_dirty_txg; in dnode_move_impl()
872 odn->dn_dirty_txg = 0; in dnode_move_impl()
H A Ddmu_objset.c1583 if (dn->dn_dirty_txg == tx->tx_txg) in dmu_objset_sync_dnodes()
1584 dn->dn_dirty_txg = 0; in dmu_objset_sync_dnodes()
2054 if (dn->dn_dirty_txg == spa_syncing_txg(os->os_spa)) in userquota_updates_task()
2055 dn->dn_dirty_txg = 0; in userquota_updates_task()
H A Ddbuf.c1754 if (tx->tx_txg > dn->dn_dirty_txg) in dbuf_dirty()
1755 dn->dn_dirty_txg = tx->tx_txg; in dbuf_dirty()