Home
last modified time | relevance | path

Searched refs:spa_first_txg (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h227 uint64_t spa_first_txg; /* first txg after spa_open() */ member
H A Dspa.h922 extern uint64_t spa_first_txg(spa_t *spa);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c1743 spa_first_txg(spa_t *spa) in spa_first_txg() function
1745 return (spa->spa_first_txg); in spa_first_txg()
2581 return (spa->spa_first_txg); in spa_min_claim_txg()
H A Dzil.c788 ASSERT3U(tx->tx_txg, ==, spa_first_txg(zilog->zl_spa)); in zil_claim()
837 ASSERT3U(first_txg, ==, spa_first_txg(zilog->zl_spa)); in zil_claim()
H A Dspa.c2955 spa->spa_first_txg = spa->spa_last_ubsync_txg ?
2957 spa->spa_claim_max_txg = spa->spa_first_txg;
3140 error = dsl_pool_init(spa, spa->spa_first_txg, &spa->spa_dsl_pool);
3832 tx = dmu_tx_create_assigned(dp, spa_first_txg(spa));
4072 error = vdev_config_sync(svd, svdcount, spa->spa_first_txg);
5165 spa->spa_first_txg = txg;
H A Ddsl_scan.c3473 if (spa->spa_syncing_txg < spa->spa_first_txg + SCAN_IMPORT_WAIT_TXGS) in dsl_scan_sync()
H A Dvdev.c4058 commit_txg = spa_first_txg(spa); in vdev_stat_update()