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.c153 dn->dn_dirty_txg = 0; in dnode_cons()
210 ASSERT0(dn->dn_dirty_txg); in dnode_dest()
535 dn->dn_dirty_txg = 0; in dnode_destroy()
607 ASSERT0(dn->dn_dirty_txg); in dnode_allocate()
802 ndn->dn_dirty_txg = odn->dn_dirty_txg; in dnode_move_impl()
871 odn->dn_dirty_txg = 0; in dnode_move_impl()
H A Ddmu_objset.c1581 if (dn->dn_dirty_txg == tx->tx_txg) in dmu_objset_sync_dnodes()
1582 dn->dn_dirty_txg = 0; in dmu_objset_sync_dnodes()
2052 if (dn->dn_dirty_txg == spa_syncing_txg(os->os_spa)) in userquota_updates_task()
2053 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()