Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c1275 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() function
3065 EXPORT_SYMBOL(spa_last_synced_txg);
H A Ddmu_direct.c157 ASSERT3U(txg, >, spa_last_synced_txg(os->os_spa)); in dmu_write_direct()
H A Dspa_config.c576 txg = spa_last_synced_txg(spa) + 1; in spa_config_update()
H A Ddmu_tx.c1279 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()
H A Dzil.c1234 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()
H A Ddmu.c2111 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()
H A Dzfs_vnops.c1633 last_synced_txg = spa_last_synced_txg(dmu_objset_spa(inos)); in zfs_clone_range()
H A Dzvol.c703 last_synced_txg = spa_last_synced_txg( in zvol_clone_range()
H A Dspa.c4107 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) +
H A Dvdev.c2376 if (spa->spa_extreme_rewind || spa_last_synced_txg(spa) == 0 || in vdev_validate()
2380 txg = spa_last_synced_txg(spa); in vdev_validate()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa.h1048 extern uint64_t spa_last_synced_txg(spa_t *spa);
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c5991 synced_txg = spa_last_synced_txg(data->zcd_spa); in ztest_commit_callback()