Lines Matching defs:tx
302 sync_error_list(spa_t *spa, avl_tree_t *t, uint64_t *obj, dmu_tx_t *tx)
313 0, tx);
322 *obj, buf, 1, strlen(name) + 1, name, tx);
345 dmu_tx_t *tx;
368 tx = dmu_tx_create_assigned(spa->spa_dsl_pool, txg);
373 sync_error_list(spa, &last, &spa->spa_errlog_last, tx);
381 spa->spa_errlog_last, tx) == 0);
385 sync_error_list(spa, &scrub, &spa->spa_errlog_last, tx);
391 sync_error_list(spa, &scrub, &spa->spa_errlog_scrub, tx);
398 &spa->spa_errlog_last, tx);
401 &spa->spa_errlog_scrub, tx);
403 dmu_tx_commit(tx);