Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c130 txh->txh_dnode = dn; in dmu_tx_hold_object_impl()
218 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_write()
392 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_dnode()
432 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_free()
636 dn = txh->txh_dnode; in dmu_tx_hold_free()
728 dn = txh->txh_dnode; in dmu_tx_hold_zap()
845 if (txh->txh_dnode && txh->txh_dnode->dn_object == object) in dmu_tx_holds()
880 if (txh->txh_dnode == dn && txh->txh_type != THT_NEWOBJECT) in dmu_tx_dirty_buf()
882 if (txh->txh_dnode == NULL || txh->txh_dnode == dn) { in dmu_tx_dirty_buf()
1157 dnode_t *dn = txh->txh_dnode; in dmu_tx_try_assign()
[all …]
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h104 struct dnode *txh_dnode; member