Searched refs:spa_last_synced_txg (Results 1 – 12 of 12) sorted by relevance
1275 return (spa_last_synced_txg(spa) + 1); in spa_vdev_config_enter()1290 ASSERT(txg > spa_last_synced_txg(spa)); in spa_vdev_config_exit()1643 freeze_txg = spa_last_synced_txg(spa) + TXG_SIZE; in spa_freeze()1805 spa_last_synced_txg(spa_t *spa) in spa_last_synced_txg() function3065 EXPORT_SYMBOL(spa_last_synced_txg);
157 ASSERT3U(txg, >, spa_last_synced_txg(os->os_spa)); in dmu_write_direct()
576 txg = spa_last_synced_txg(spa) + 1; in spa_config_update()
1279 txg_wait_synced(dp, spa_last_synced_txg(spa) + 1); in dmu_tx_wait()1294 txg_wait_synced(dp, spa_last_synced_txg(spa) + 1); in dmu_tx_wait()
1234 ASSERT3U(first_txg, ==, (spa_last_synced_txg(zilog->zl_spa) + 1)); in zil_claim()2514 otxg = spa_last_synced_txg(zilog->zl_spa) + 1; in zil_remove_async()2677 otxg = spa_last_synced_txg(zilog->zl_spa) + 1; in zil_get_commit_list()2746 otxg = spa_last_synced_txg(zilog->zl_spa) + 1; in zil_async_to_sync()2955 boolean_t synced = txg <= spa_last_synced_txg(spa); in zil_process_commit_list()
2111 if (txg <= spa_last_synced_txg(os->os_spa)) { in dmu_sync()2643 if (BP_GET_BIRTH(bp) > spa_last_synced_txg(os->os_spa)) { in dmu_read_l0_bps()
1633 last_synced_txg = spa_last_synced_txg(dmu_objset_spa(inos)); in zfs_clone_range()
703 last_synced_txg = spa_last_synced_txg( in zvol_clone_range()
4107 TXG_INITIAL - 1 : spa_last_synced_txg(spa) - TXG_DEFER_SIZE - 1;4109 spa->spa_last_ubsync_txg : spa_last_synced_txg(spa) + 1;7156 spa->spa_final_txg = spa_last_synced_txg(spa) +
2376 if (spa->spa_extreme_rewind || spa_last_synced_txg(spa) == 0 || in vdev_validate()2380 txg = spa_last_synced_txg(spa); in vdev_validate()
1048 extern uint64_t spa_last_synced_txg(spa_t *spa);
5991 synced_txg = spa_last_synced_txg(data->zcd_spa); in ztest_commit_callback()