Home
last modified time | relevance | path

Searched refs:txh_dnode (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c131 txh->txh_dnode = dn; in dmu_tx_hold_object_impl()
219 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_write()
393 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_dnode()
433 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_free()
637 dn = txh->txh_dnode; in dmu_tx_hold_free()
729 dn = txh->txh_dnode; in dmu_tx_hold_zap()
846 if (txh->txh_dnode && txh->txh_dnode->dn_object == object) in dmu_tx_holds()
881 if (txh->txh_dnode == dn && txh->txh_type != THT_NEWOBJECT) in dmu_tx_dirty_buf()
883 if (txh->txh_dnode == NULL || txh->txh_dnode == dn) { in dmu_tx_dirty_buf()
1158 dnode_t *dn = txh->txh_dnode; in dmu_tx_try_assign()
[all …]
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h104 struct dnode *txh_dnode; member