Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c1288 return (spa_last_synced_txg(spa) + 1); in spa_vdev_config_enter()
1303 ASSERT(txg > spa_last_synced_txg(spa)); in spa_vdev_config_exit()
1628 freeze_txg = spa_last_synced_txg(spa) + TXG_SIZE; in spa_freeze()
1790 spa_last_synced_txg(spa_t *spa) in spa_last_synced_txg() function
3027 EXPORT_SYMBOL(spa_last_synced_txg);
H A Dspa_config.c575 txg = spa_last_synced_txg(spa) + 1; in spa_config_update()
H A Ddmu_tx.c1270 txg_wait_synced(dp, spa_last_synced_txg(spa) + 1); in dmu_tx_wait()
1285 txg_wait_synced(dp, spa_last_synced_txg(spa) + 1); in dmu_tx_wait()
H A Dzil.c1201 ASSERT3U(first_txg, ==, (spa_last_synced_txg(zilog->zl_spa) + 1)); in zil_claim()
2481 otxg = spa_last_synced_txg(zilog->zl_spa) + 1; in zil_remove_async()
2644 otxg = spa_last_synced_txg(zilog->zl_spa) + 1; in zil_get_commit_list()
2713 otxg = spa_last_synced_txg(zilog->zl_spa) + 1; in zil_async_to_sync()
2921 boolean_t synced = txg <= spa_last_synced_txg(spa); in zil_process_commit_list()
H A Ddmu.c1812 if (txg <= spa_last_synced_txg(os->os_spa)) { in dmu_sync()
2297 if (BP_GET_BIRTH(bp) > spa_last_synced_txg(os->os_spa)) { in dmu_read_l0_bps()
H A Dzfs_vnops.c1313 last_synced_txg = spa_last_synced_txg(dmu_objset_spa(inos)); in zfs_clone_range()
H A Dvdev.c2353 if (spa->spa_extreme_rewind || spa_last_synced_txg(spa) == 0 || in vdev_validate()
2357 txg = spa_last_synced_txg(spa); in vdev_validate()
H A Dspa.c4038 TXG_INITIAL - 1 : spa_last_synced_txg(spa) - TXG_DEFER_SIZE - 1;
4040 spa->spa_last_ubsync_txg : spa_last_synced_txg(spa) + 1;
7073 spa->spa_final_txg = spa_last_synced_txg(spa) +
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa.h1033 extern uint64_t spa_last_synced_txg(spa_t *spa);
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c5950 synced_txg = spa_last_synced_txg(data->zcd_spa); in ztest_commit_callback()