Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c138 txh->txh_dnode = dn; in dmu_tx_hold_dnode_impl()
235 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_write()
305 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_append()
443 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_free()
555 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_clone()
607 dnode_t *dn = txh->txh_dnode; in dmu_tx_hold_zap_impl()
746 if (txh->txh_dnode == dn && txh->txh_type != THT_NEWOBJECT) in dmu_tx_dirty_buf()
748 if (txh->txh_dnode == NULL || txh->txh_dnode == dn) { in dmu_tx_dirty_buf()
1097 dnode_t *dn = txh->txh_dnode; in dmu_tx_try_assign()
1167 dnode_t *dn = txh->txh_dnode; in dmu_tx_unassign()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu_tx.h106 struct dnode *txh_dnode; member