Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/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()
314 dnode_t *dn = txh->txh_dnode; in dmu_tx_hold_remap_l1indirect()
360 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()
923 dnode_t *dn = txh->txh_dnode; in dmu_tx_try_assign()
971 dnode_t *dn = txh->txh_dnode; in dmu_tx_unassign()
1086 dnode_t *dn = tx->tx_needassign_txh->txh_dnode; in dmu_tx_wait()
1109 dnode_t *dn = txh->txh_dnode; in dmu_tx_destroy()
[all …]
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_tx.h98 struct dnode *txh_dnode; member