Searched refs:spa_freeze_txg (Results 1 – 9 of 9) sorted by relevance
1059 spa_freeze_txg(zilog->zl_spa) != UINT64_MAX); in zil_lwb_commit()1093 if (txg > spa_freeze_txg(zilog->zl_spa)) in zil_lwb_commit()1226 if (spa_freeze_txg(zilog->zl_spa) != UINT64_MAX) /* ziltest support */ in zil_remove_async()1280 if (spa_freeze_txg(zilog->zl_spa) != UINT64_MAX) in zil_itx_assign()1387 if (spa_freeze_txg(zilog->zl_spa) != UINT64_MAX) /* ziltest support */ in zil_get_commit_list()1421 if (spa_freeze_txg(zilog->zl_spa) != UINT64_MAX) /* ziltest support */ in zil_async_to_sync()1499 if (txg > spa_last_synced_txg(spa) || txg > spa_freeze_txg(spa)) in zil_commit_writer()
651 spa->spa_freeze_txg = UINT64_MAX; in spa_add()1522 if (spa->spa_freeze_txg == UINT64_MAX) { in spa_freeze()1524 spa->spa_freeze_txg = freeze_txg; in spa_freeze()1699 spa_freeze_txg(spa_t *spa) in spa_freeze_txg() function1701 return (spa->spa_freeze_txg); in spa_freeze_txg()
448 txgsafe = MIN(spa_last_synced_txg(spa), spa_freeze_txg(spa)); in trim_map_vdev_commit()
1228 if (txg > spa_freeze_txg(spa)) in vdev_config_sync()
1638 if (txg > spa_freeze_txg(os->os_spa)) in dmu_sync()
2464 if (txg > spa_freeze_txg(spa)) in metaslab_free_dva()
145 uint64_t spa_freeze_txg; /* freeze pool at this txg */ member
793 extern uint64_t spa_freeze_txg(spa_t *spa);
5827 ASSERT(spa_freeze_txg(spa) == UINT64_MAX); in ztest_freeze()