Lines Matching refs:tx
187 spa_checkpoint_discard_complete_sync(void *arg, dmu_tx_t *tx) in spa_checkpoint_discard_complete_sync() argument
193 spa_feature_decr(spa, SPA_FEATURE_POOL_CHECKPOINT, tx); in spa_checkpoint_discard_complete_sync()
195 spa_history_log_internal(spa, "spa discard checkpoint", tx, in spa_checkpoint_discard_complete_sync()
278 spa_checkpoint_discard_thread_sync(void *arg, dmu_tx_t *tx) in spa_checkpoint_discard_thread_sync() argument
321 sdc.sdc_txg = tx->tx_txg; in spa_checkpoint_discard_thread_sync()
328 spa_checkpoint_discard_sync_callback, &sdc, tx); in spa_checkpoint_discard_thread_sync()
339 tx->tx_txg, vd->vdev_id, (words_before - words_after), in spa_checkpoint_discard_thread_sync()
353 space_map_free(vd->vdev_checkpoint_sm, tx); in spa_checkpoint_discard_thread_sync()
358 vd->vdev_top_zap, VDEV_TOP_ZAP_POOL_CHECKPOINT_SM, tx)); in spa_checkpoint_discard_thread_sync()
451 spa_checkpoint_check(void *arg, dmu_tx_t *tx) in spa_checkpoint_check() argument
453 spa_t *spa = dmu_tx_pool(tx)->dp_spa; in spa_checkpoint_check()
475 spa_checkpoint_sync(void *arg, dmu_tx_t *tx) in spa_checkpoint_sync() argument
477 dsl_pool_t *dp = dmu_tx_pool(tx); in spa_checkpoint_sync()
514 &checkpoint, tx)); in spa_checkpoint_sync()
522 spa_feature_incr(spa, SPA_FEATURE_POOL_CHECKPOINT, tx); in spa_checkpoint_sync()
524 spa_history_log_internal(spa, "spa checkpoint", tx, in spa_checkpoint_sync()
572 spa_checkpoint_discard_check(void *arg, dmu_tx_t *tx) in spa_checkpoint_discard_check() argument
574 spa_t *spa = dmu_tx_pool(tx)->dp_spa; in spa_checkpoint_discard_check()
590 spa_checkpoint_discard_sync(void *arg, dmu_tx_t *tx) in spa_checkpoint_discard_sync() argument
592 spa_t *spa = dmu_tx_pool(tx)->dp_spa; in spa_checkpoint_discard_sync()
595 DMU_POOL_ZPOOL_CHECKPOINT, tx)); in spa_checkpoint_discard_sync()
601 spa_history_log_internal(spa, "spa discard checkpoint", tx, in spa_checkpoint_discard_sync()