Searched refs:spa_freeze_txg (Results 1 – 8 of 8) sorted by relevance
580 spa->spa_freeze_txg = UINT64_MAX; in spa_add()1449 if (spa->spa_freeze_txg == UINT64_MAX) { in spa_freeze()1451 spa->spa_freeze_txg = freeze_txg; in spa_freeze()1626 spa_freeze_txg(spa_t *spa) in spa_freeze_txg() function1628 return (spa->spa_freeze_txg); in spa_freeze_txg()
1051 spa_freeze_txg(zilog->zl_spa) != UINT64_MAX); in zil_lwb_commit()1085 if (txg > spa_freeze_txg(zilog->zl_spa)) in zil_lwb_commit()1218 if (spa_freeze_txg(zilog->zl_spa) != UINT64_MAX) /* ziltest support */ in zil_remove_async()1272 if (spa_freeze_txg(zilog->zl_spa) != UINT64_MAX) in zil_itx_assign()1379 if (spa_freeze_txg(zilog->zl_spa) != UINT64_MAX) /* ziltest support */ in zil_get_commit_list()1413 if (spa_freeze_txg(zilog->zl_spa) != UINT64_MAX) /* ziltest support */ in zil_async_to_sync()1491 if (txg > spa_last_synced_txg(spa) || txg > spa_freeze_txg(spa)) in zil_commit_writer()
1222 if (txg > spa_freeze_txg(spa)) in vdev_config_sync()
1569 if (txg > spa_freeze_txg(os->os_spa)) in dmu_sync()
2376 if (txg > spa_freeze_txg(spa)) in metaslab_free_dva()
144 uint64_t spa_freeze_txg; /* freeze pool at this txg */ member
778 extern uint64_t spa_freeze_txg(spa_t *spa);
5864 ASSERT(spa_freeze_txg(spa) == UINT64_MAX); in ztest_freeze()