Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_impl.h231 uint64_t spa_first_txg; /* first txg after spa_open() */ member
H A Dspa.h1034 extern uint64_t spa_first_txg(spa_t *spa);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_misc.c1724 spa_first_txg(spa_t *spa) in spa_first_txg() function
1726 return (spa->spa_first_txg); in spa_first_txg()
2741 return (spa->spa_first_txg); in spa_min_claim_txg()
2830 EXPORT_SYMBOL(spa_first_txg);
H A Dzil.c829 ASSERT3U(tx->tx_txg, ==, spa_first_txg(zilog->zl_spa)); in zil_claim()
878 ASSERT3U(first_txg, ==, spa_first_txg(zilog->zl_spa)); in zil_claim()
H A Dspa.c3437 spa->spa_first_txg = spa->spa_last_ubsync_txg ?
3439 spa->spa_claim_max_txg = spa->spa_first_txg;
3623 error = dsl_pool_init(spa, spa->spa_first_txg, &spa->spa_dsl_pool);
4328 tx = dmu_tx_create_assigned(dp, spa_first_txg(spa));
4568 error = vdev_config_sync(svd, svdcount, spa->spa_first_txg);
5725 spa->spa_first_txg = txg;
H A Ddsl_scan.c3586 if (spa->spa_syncing_txg < spa->spa_first_txg + SCAN_IMPORT_WAIT_TXGS) in dsl_scan_sync()
H A Dvdev.c4495 commit_txg = spa_first_txg(spa); in vdev_stat_update()