Searched refs:spa_last_synced_txg (Results 1 – 10 of 10) sorted by relevance
1234 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
861 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()
527 txg = spa_last_synced_txg(spa) + 1; in spa_config_update()
1075 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()
1844 if (spa->spa_extreme_rewind || spa_last_synced_txg(spa) == 0 || in vdev_validate()1848 txg = spa_last_synced_txg(spa); in vdev_validate()
2064 if (txg <= spa_last_synced_txg(os->os_spa)) { in dmu_sync()
2954 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) +
1453 remap_start_txg = spa_last_synced_txg(dmu_objset_spa(os)); in dmu_objset_remap_indirects()
921 extern uint64_t spa_last_synced_txg(spa_t *spa);
5073 synced_txg = spa_last_synced_txg(data->zcd_spa); in ztest_commit_callback()