Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c580 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() function
1628 return (spa->spa_freeze_txg); in spa_freeze_txg()
H A Dzil.c1051 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()
H A Dvdev_label.c1222 if (txg > spa_freeze_txg(spa)) in vdev_config_sync()
H A Ddmu.c1569 if (txg > spa_freeze_txg(os->os_spa)) in dmu_sync()
H A Dmetaslab.c2376 if (txg > spa_freeze_txg(spa)) in metaslab_free_dva()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h144 uint64_t spa_freeze_txg; /* freeze pool at this txg */ member
H A Dspa.h778 extern uint64_t spa_freeze_txg(spa_t *spa);
/titanic_50/usr/src/cmd/ztest/
H A Dztest.c5864 ASSERT(spa_freeze_txg(spa) == UINT64_MAX); in ztest_freeze()