Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddnode.h333 uint64_t dn_dirty_txg; /* txg dnode was last dirtied */ member
456 ((_dn)->dn_dirty_txg >= spa_syncing_txg((_dn)->dn_objset->os_spa))
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddnode.c152 dn->dn_dirty_txg = 0; in dnode_cons()
209 ASSERT0(dn->dn_dirty_txg); in dnode_dest()
543 dn->dn_dirty_txg = 0; in dnode_destroy()
651 dn->dn_dirty_txg = 0; in dnode_allocate()
805 ndn->dn_dirty_txg = odn->dn_dirty_txg; in dnode_move_impl()
874 odn->dn_dirty_txg = 0; in dnode_move_impl()
H A Ddbuf.c2097 if (tx->tx_txg > dn->dn_dirty_txg) in dbuf_dirty()
2098 dn->dn_dirty_txg = tx->tx_txg; in dbuf_dirty()