Searched defs:txh (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c104 dmu_tx_hold_t *txh; local
129 txh = kmem_zalloc(sizeof (dmu_tx_hold_t), KM_SLEEP);
130 txh->txh_tx = tx;
131 txh->txh_dnode = dn;
132 refcount_create(&txh->txh_space_towrite);
133 refcount_create(&txh->txh_space_tofree);
134 refcount_create(&txh->txh_space_tooverwrite);
135 refcount_create(&txh->txh_space_tounref);
136 refcount_create(&txh->txh_memory_tohold);
137 refcount_create(&txh
178 dmu_tx_count_twig(dmu_tx_hold_t *txh, dnode_t *dn, dmu_buf_impl_t *db, int level, uint64_t blkid, boolean_t freeable, uint64_t *history) argument
229 dmu_tx_count_write(dmu_tx_hold_t *txh, uint64_t off, uint64_t len) argument
410 dmu_tx_count_dnode(dmu_tx_hold_t *txh) argument
435 dmu_tx_hold_t *txh; local
451 dmu_tx_count_free(dmu_tx_hold_t *txh, uint64_t off, uint64_t len) argument
634 dmu_tx_hold_t *txh; local
655 dmu_tx_hold_t *txh; local
746 dmu_tx_hold_t *txh; local
850 dmu_tx_hold_t *txh; local
863 dmu_tx_hold_t *txh; local
875 dmu_tx_hold_t *txh; local
902 dmu_tx_hold_t *txh; local
1158 dmu_tx_hold_t *txh; local
1271 dmu_tx_hold_t *txh; local
1428 dmu_tx_hold_t *txh; local
1601 dmu_tx_hold_t *txh; local
[all...]

Completed in 46 milliseconds