Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h254 uint64_t spa_first_txg; /* first txg after spa_open() */ member
H A Dspa.h1050 extern uint64_t spa_first_txg(spa_t *spa);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c1796 spa_first_txg(spa_t *spa) in spa_first_txg() function
1798 return (spa->spa_first_txg); in spa_first_txg()
2960 return (spa->spa_first_txg); in spa_min_claim_txg()
3049 EXPORT_SYMBOL(spa_first_txg);
H A Dspa.c4105 spa->spa_first_txg = spa->spa_last_ubsync_txg ?
4107 spa->spa_claim_max_txg = spa->spa_first_txg;
4297 error = dsl_pool_init(spa, spa->spa_first_txg, &spa->spa_dsl_pool);
5038 tx = dmu_tx_create_assigned(dp, spa_first_txg(spa));
5279 error = vdev_config_sync(svd, svdcount, spa->spa_first_txg);
6483 spa->spa_first_txg = txg;
H A Dzil.c1160 ASSERT3U(tx->tx_txg, ==, spa_first_txg(zilog->zl_spa)); in zil_claim()
1209 ASSERT3U(first_txg, ==, spa_first_txg(zilog->zl_spa)); in zil_claim()
H A Dvdev_raidz.c4404 spa_first_txg(spa)); in vdev_raidz_reflow_copy_scratch()
H A Ddsl_scan.c4391 if (spa->spa_syncing_txg < spa->spa_first_txg + SCAN_IMPORT_WAIT_TXGS) in dsl_scan_sync()
H A Dvdev.c5084 commit_txg = spa_first_txg(spa); in vdev_stat_update()