Lines Matching refs:tx
296 dmu_tx_t *tx) in feature_sync() argument
303 sizeof (uint64_t), 1, &refcount, tx)); in feature_sync()
322 spa_activate_mos_feature(spa, feature->fi_guid, tx); in feature_sync()
330 feature_enable_sync(spa_t *spa, zfeature_info_t *feature, dmu_tx_t *tx) in feature_enable_sync() argument
348 spa_feature_enable(spa, feature->fi_depends[i], tx); in feature_enable_sync()
352 feature->fi_desc, tx)); in feature_enable_sync()
354 feature_sync(spa, feature, initial_refcount, tx); in feature_enable_sync()
357 uint64_t enabling_txg = dmu_tx_get_txg(tx); in feature_enable_sync()
363 DMU_POOL_FEATURE_ENABLED_TXG, tx); in feature_enable_sync()
365 spa_feature_incr(spa, SPA_FEATURE_ENABLED_TXG, tx); in feature_enable_sync()
369 sizeof (uint64_t), 1, &enabling_txg, tx)); in feature_enable_sync()
375 dmu_tx_t *tx) in feature_do_action() argument
386 ASSERT(dmu_tx_is_syncing(tx)); in feature_do_action()
405 feature_sync(spa, feature, refcount, tx); in feature_do_action()
409 spa_feature_create_zap_objects(spa_t *spa, dmu_tx_t *tx) in spa_feature_create_zap_objects() argument
416 tx->tx_txg == TXG_INITIAL)); in spa_feature_create_zap_objects()
420 DMU_POOL_FEATURES_FOR_READ, tx); in spa_feature_create_zap_objects()
423 DMU_POOL_FEATURES_FOR_WRITE, tx); in spa_feature_create_zap_objects()
426 DMU_POOL_FEATURE_DESCRIPTIONS, tx); in spa_feature_create_zap_objects()
433 spa_feature_enable(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) in spa_feature_enable() argument
437 feature_enable_sync(spa, &spa_feature_table[fid], tx); in spa_feature_enable()
441 spa_feature_incr(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) in spa_feature_incr() argument
443 feature_do_action(spa, fid, FEATURE_ACTION_INCR, tx); in spa_feature_incr()
447 spa_feature_decr(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) in spa_feature_decr() argument
449 feature_do_action(spa, fid, FEATURE_ACTION_DECR, tx); in spa_feature_decr()