Lines Matching full:tx
50 * No synchronization is needed because a tx can only be handled
116 * Used for dmu tx kstat.
145 int dmu_tx_assign(dmu_tx_t *tx, uint64_t txg_how);
146 void dmu_tx_commit(dmu_tx_t *tx);
147 void dmu_tx_abort(dmu_tx_t *tx);
148 uint64_t dmu_tx_get_txg(dmu_tx_t *tx);
149 struct dsl_pool *dmu_tx_pool(dmu_tx_t *tx);
150 void dmu_tx_wait(dmu_tx_t *tx);
161 int dmu_tx_is_syncing(dmu_tx_t *tx);
162 int dmu_tx_private_ok(dmu_tx_t *tx);
163 void dmu_tx_add_new_object(dmu_tx_t *tx, dnode_t *dn);
164 void dmu_tx_dirty_buf(dmu_tx_t *tx, struct dmu_buf_impl *db);
165 void dmu_tx_hold_space(dmu_tx_t *tx, uint64_t space);
168 #define DMU_TX_DIRTY_BUF(tx, db) dmu_tx_dirty_buf(tx, db) argument
170 #define DMU_TX_DIRTY_BUF(tx, db) argument