Home
last modified time | relevance | path

Searched refs:spa_freeze_txg (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c1588 if (txg > spa_freeze_txg(zilog->zl_spa)) in zil_lwb_commit()
1765 if (spa_freeze_txg(zilog->zl_spa) != UINT64_MAX) /* ziltest support */ in zil_remove_async()
1810 if (spa_freeze_txg(zilog->zl_spa) != UINT64_MAX) in zil_itx_assign()
1926 if (spa_freeze_txg(zilog->zl_spa) != UINT64_MAX) /* ziltest support */ in zil_get_commit_list()
1954 spa_freeze_txg(zilog->zl_spa) != UINT64_MAX); in zil_get_commit_list()
1972 if (spa_freeze_txg(zilog->zl_spa) != UINT64_MAX) /* ziltest support */ in zil_async_to_sync()
2142 boolean_t frozen = txg > spa_freeze_txg(spa); in zil_process_commit_list()
3092 if (txg < spa_freeze_txg(zilog->zl_spa)) in zil_close()
H A Dspa_misc.c664 spa->spa_freeze_txg = UINT64_MAX; in spa_add()
1573 if (spa->spa_freeze_txg == UINT64_MAX) { in spa_freeze()
1575 spa->spa_freeze_txg = freeze_txg; in spa_freeze()
1776 spa_freeze_txg(spa_t *spa) in spa_freeze_txg() function
1778 return (spa->spa_freeze_txg); in spa_freeze_txg()
H A Dvdev_label.c1788 if (txg > spa_freeze_txg(spa)) in vdev_config_sync()
H A Dmetaslab.c5268 if (spa_syncing_txg(spa) > spa_freeze_txg(spa)) in metaslab_free_impl()
5441 if (txg > spa_freeze_txg(spa)) in metaslab_unalloc_dva()
H A Ddmu.c2053 if (txg > spa_freeze_txg(os->os_spa)) in dmu_sync()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h229 uint64_t spa_freeze_txg; /* freeze pool at this txg */ member
H A Dspa.h964 extern uint64_t spa_freeze_txg(spa_t *spa);
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c6742 ASSERT(spa_freeze_txg(spa) == UINT64_MAX); in ztest_freeze()