Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c575 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() function
1620 return (spa->spa_freeze_txg); in spa_freeze_txg()
H A Dzil.c1050 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()
H A Dvdev_label.c1217 if (txg > spa_freeze_txg(spa)) in vdev_config_sync()
H A Ddmu.c1561 if (txg > spa_freeze_txg(os->os_spa)) in dmu_sync()
H A Dmetaslab.c2374 if (txg > spa_freeze_txg(spa)) in metaslab_free_dva()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h143 uint64_t spa_freeze_txg; /* freeze pool at this txg */ member
H A Dspa.h768 extern uint64_t spa_freeze_txg(spa_t *spa);
/titanic_44/usr/src/cmd/ztest/
H A Dztest.c5838 ASSERT(spa_freeze_txg(spa) == UINT64_MAX); in ztest_freeze()