Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c119 txh->txh_dnode = dn; in dmu_tx_hold_dnode_impl()
210 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_write()
315 dnode_t *dn = txh->txh_dnode; in dmu_tx_hold_remap_l1indirect()
361 dn = txh->txh_dnode; in dmu_tx_hold_free_impl()
471 dn = txh->txh_dnode; in dmu_tx_hold_zap_impl()
606 if (txh->txh_dnode == NULL || txh->txh_dnode == dn) { in dmu_tx_dirty_buf()
918 dnode_t *dn = txh->txh_dnode; in dmu_tx_try_assign()
966 dnode_t *dn = txh->txh_dnode; in dmu_tx_unassign()
1081 dnode_t *dn = tx->tx_needassign_txh->txh_dnode; in dmu_tx_wait()
1104 dnode_t *dn = txh->txh_dnode; in dmu_tx_destroy()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h99 struct dnode *txh_dnode; member