Searched refs:spa_ubsync (Results 1 – 6 of 6) sorted by relevance
225 &spa->spa_ubsync.ub_version) != 0) in spa_import_rootpool()226 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL; in spa_import_rootpool()
2559 (RRSS_GET_STATE(&vd->vdev_spa->spa_ubsync) == in vdev_raidz_io_start()2562 RRSS_GET_OFFSET(&vd->vdev_spa->spa_ubsync); in vdev_raidz_io_start()3781 VERIFY3U(RRSS_GET_OFFSET(&spa->spa_ubsync), ==, in raidz_reflow_complete_sync()3987 RRSS_GET_OFFSET(&spa->spa_ubsync) >> ashift; in raidz_reflow_impl()4172 if (RRSS_GET_STATE(&spa->spa_ubsync) == RRSS_SCRATCH_VALID) { in raidz_reflow_scratch_sync()4173 VERIFY3U(RRSS_GET_OFFSET(&spa->spa_ubsync), ==, logical_size); in raidz_reflow_scratch_sync()4289 RAIDZ_REFLOW_SET(&spa->spa_ubsync, RRSS_SCRATCH_VALID, logical_size); in raidz_reflow_scratch_sync()4290 spa->spa_ubsync.ub_timestamp++; in raidz_reflow_scratch_sync()4292 &spa->spa_ubsync, ZIO_FLAG_CONFIG_WRITER)); in raidz_reflow_scratch_sync()4294 mmp_update_uberblock(spa, &spa->spa_ubsync); in raidz_reflow_scratch_sync()[all …]
486 uberblock_t checkpoint = spa->spa_ubsync; in spa_checkpoint_sync()
1748 return (&spa->spa_ubsync.ub_rootbp); in spa_get_rootblkptr()1820 return (spa->spa_ubsync.ub_txg); in spa_last_synced_txg()1983 return (spa->spa_ubsync.ub_version); in spa_version()
3909 &spa->spa_ubsync.ub_version) != 0)3910 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL;4104 spa->spa_ubsync = spa->spa_uberblock;6494 spa->spa_ubsync = spa->spa_uberblock;9545 if (spa->spa_ubsync.ub_version < spa->spa_uberblock.ub_version)9783 if (spa->spa_ubsync.ub_version < SPA_VERSION_ORIGIN &&9791 if (spa->spa_ubsync.ub_version < SPA_VERSION_NEXT_CLONES &&9796 if (spa->spa_ubsync.ub_version < SPA_VERSION_DIR_CLONES &&9804 if (spa->spa_ubsync.ub_version < SPA_VERSION_FEATURES &&10207 if (spa->spa_ubsync.ub_version < SPA_VERSION_RAIDZ_DEFLATE &&[all …]
302 uberblock_t spa_ubsync; /* last synced uberblock */ member