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.c1093 return (spa_last_synced_txg(spa) + 1);
1107 ASSERT(txg > spa_last_synced_txg(spa));
1461 freeze_txg = spa_last_synced_txg(spa) + TXG_SIZE;
1607 spa_last_synced_txg(spa_t *spa) function
H A Dzil.c707 ASSERT3U(first_txg, ==, (spa_last_synced_txg(zilog->zl_spa) + 1));
1240 otxg = spa_last_synced_txg(zilog->zl_spa) + 1;
1403 otxg = spa_last_synced_txg(zilog->zl_spa) + 1;
1452 otxg = spa_last_synced_txg(zilog->zl_spa) + 1;
1537 if (txg > spa_last_synced_txg(spa) || txg > spa_freeze_txg(spa))
H A Dspa_config.c505 txg = spa_last_synced_txg(spa) + 1;
H A Ddmu_tx.c1390 txg_wait_synced(dp, spa_last_synced_txg(spa) + 1);
H A Ddmu.c1646 if (txg <= spa_last_synced_txg(os->os_spa)) {
H A Dvdev.c1388 uint64_t txg = spa_last_synced_txg(spa) != 0 ?
1389 spa_last_synced_txg(spa) : -1ULL;
H A Dspa.c2421 TXG_INITIAL - 1 : spa_last_synced_txg(spa) - TXG_DEFER_SIZE - 1;
2423 spa->spa_last_ubsync_txg : spa_last_synced_txg(spa) + 1;
4403 spa->spa_final_txg = spa_last_synced_txg(spa) +
6777 * the end of spa_sync() so that consumers of spa_last_synced_txg()
H A Ddsl_dataset.c257 spa_last_synced_txg(ds->ds_dir->dd_pool->dp_spa))
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h772 extern uint64_t spa_last_synced_txg(spa_t *spa);
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c4423 synced_txg = spa_last_synced_txg(data->zcd_spa);

Completed in 139 milliseconds