Home
last modified time | relevance | path

Searched refs:spa_last_synced_txg (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c1234 return (spa_last_synced_txg(spa) + 1); in spa_vdev_config_enter()
1248 ASSERT(txg > spa_last_synced_txg(spa)); in spa_vdev_config_exit()
1575 freeze_txg = spa_last_synced_txg(spa) + TXG_SIZE; in spa_freeze()
1737 spa_last_synced_txg(spa_t *spa) in spa_last_synced_txg() function
H A Dzil.c861 ASSERT3U(first_txg, ==, (spa_last_synced_txg(zilog->zl_spa) + 1)); in zil_claim()
1768 otxg = spa_last_synced_txg(zilog->zl_spa) + 1; in zil_remove_async()
1929 otxg = spa_last_synced_txg(zilog->zl_spa) + 1; in zil_get_commit_list()
1975 otxg = spa_last_synced_txg(zilog->zl_spa) + 1; in zil_async_to_sync()
2141 boolean_t synced = txg <= spa_last_synced_txg(spa); in zil_process_commit_list()
H A Dspa_config.c527 txg = spa_last_synced_txg(spa) + 1; in spa_config_update()
H A Ddmu_tx.c1075 txg_wait_synced(dp, spa_last_synced_txg(spa) + 1); in dmu_tx_wait()
1094 txg_wait_synced(dp, spa_last_synced_txg(spa) + 1); in dmu_tx_wait()
H A Dvdev.c1844 if (spa->spa_extreme_rewind || spa_last_synced_txg(spa) == 0 || in vdev_validate()
1848 txg = spa_last_synced_txg(spa); in vdev_validate()
H A Ddmu.c2064 if (txg <= spa_last_synced_txg(os->os_spa)) { in dmu_sync()
H A Dspa.c2954 TXG_INITIAL - 1 : spa_last_synced_txg(spa) - TXG_DEFER_SIZE - 1;
2956 spa->spa_last_ubsync_txg : spa_last_synced_txg(spa) + 1;
6030 spa->spa_final_txg = spa_last_synced_txg(spa) +
H A Ddmu_objset.c1451 remap_start_txg = spa_last_synced_txg(dmu_objset_spa(os)); in dmu_objset_remap_indirects()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h921 extern uint64_t spa_last_synced_txg(spa_t *spa);
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c5073 synced_txg = spa_last_synced_txg(data->zcd_spa); in ztest_commit_callback()