Lines Matching refs:tx
297 dmu_tx_t *tx)
304 sizeof (uint64_t), 1, &refcount, tx));
327 spa_activate_mos_feature(spa, feature->fi_guid, tx);
335 feature_enable_sync(spa_t *spa, zfeature_info_t *feature, dmu_tx_t *tx)
353 spa_feature_enable(spa, feature->fi_depends[i], tx);
357 feature->fi_desc, tx));
359 feature_sync(spa, feature, initial_refcount, tx);
362 uint64_t enabling_txg = dmu_tx_get_txg(tx);
368 DMU_POOL_FEATURE_ENABLED_TXG, tx);
370 spa_feature_incr(spa, SPA_FEATURE_ENABLED_TXG, tx);
374 sizeof (uint64_t), 1, &enabling_txg, tx));
380 dmu_tx_t *tx)
391 ASSERT(dmu_tx_is_syncing(tx));
410 feature_sync(spa, feature, refcount, tx);
414 spa_feature_create_zap_objects(spa_t *spa, dmu_tx_t *tx)
421 tx->tx_txg == TXG_INITIAL));
425 DMU_POOL_FEATURES_FOR_READ, tx);
428 DMU_POOL_FEATURES_FOR_WRITE, tx);
431 DMU_POOL_FEATURE_DESCRIPTIONS, tx);
438 spa_feature_enable(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx)
442 feature_enable_sync(spa, &spa_feature_table[fid], tx);
446 spa_feature_incr(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx)
448 feature_do_action(spa, fid, FEATURE_ACTION_INCR, tx);
452 spa_feature_decr(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx)
454 feature_do_action(spa, fid, FEATURE_ACTION_DECR, tx);