Searched refs:spa_freeze_txg (Results 1 – 8 of 8) sorted by relevance
575 spa->spa_freeze_txg = UINT64_MAX; in spa_add()1441 if (spa->spa_freeze_txg == UINT64_MAX) { in spa_freeze()1443 spa->spa_freeze_txg = freeze_txg; in spa_freeze()1618 spa_freeze_txg(spa_t *spa) in spa_freeze_txg() function1620 return (spa->spa_freeze_txg); in spa_freeze_txg()
1050 spa_freeze_txg(zilog->zl_spa) != UINT64_MAX); in zil_lwb_commit()1084 if (txg > spa_freeze_txg(zilog->zl_spa)) in zil_lwb_commit()1217 if (spa_freeze_txg(zilog->zl_spa) != UINT64_MAX) /* ziltest support */ in zil_remove_async()1271 if (spa_freeze_txg(zilog->zl_spa) != UINT64_MAX) in zil_itx_assign()1378 if (spa_freeze_txg(zilog->zl_spa) != UINT64_MAX) /* ziltest support */ in zil_get_commit_list()1412 if (spa_freeze_txg(zilog->zl_spa) != UINT64_MAX) /* ziltest support */ in zil_async_to_sync()1490 if (txg > spa_last_synced_txg(spa) || txg > spa_freeze_txg(spa)) in zil_commit_writer()
1217 if (txg > spa_freeze_txg(spa)) in vdev_config_sync()
1561 if (txg > spa_freeze_txg(os->os_spa)) in dmu_sync()
2374 if (txg > spa_freeze_txg(spa)) in metaslab_free_dva()
143 uint64_t spa_freeze_txg; /* freeze pool at this txg */ member
768 extern uint64_t spa_freeze_txg(spa_t *spa);
5838 ASSERT(spa_freeze_txg(spa) == UINT64_MAX); in ztest_freeze()