Lines Matching defs:tx
58 dmu_tx_t *ba_tx; /* caller supplied tx, NULL if not freeing */
62 bptree_alloc(objset_t *os, dmu_tx_t *tx)
70 sizeof (bptree_phys_t), tx);
77 dmu_buf_will_dirty(db, tx);
90 bptree_free(objset_t *os, uint64_t obj, dmu_tx_t *tx)
103 return (dmu_object_free(os, obj, tx));
122 uint64_t bytes, uint64_t comp, uint64_t uncomp, dmu_tx_t *tx)
133 ASSERT(dmu_tx_is_syncing(tx));
140 dmu_write(os, obj, bt->bt_end * sizeof (bte), sizeof (bte), &bte, tx);
142 dmu_buf_will_dirty(db, tx);
188 void *arg, dmu_tx_t *tx)
196 ASSERT(!free || dmu_tx_is_syncing(tx));
203 dmu_buf_will_dirty(db, tx);
209 ba.ba_tx = tx;
247 sizeof (bte), &bte, tx);
269 sizeof (bte), &bte, tx);
275 i * sizeof (bte), sizeof (bte), tx);