Searched refs:spa_ubsync (Results 1 – 6 of 6) sorted by relevance
216 &spa->spa_ubsync.ub_version) != 0) in spa_import_rootpool()217 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL; in spa_import_rootpool()
2727 (RRSS_GET_STATE(&vd->vdev_spa->spa_ubsync) == in vdev_raidz_io_start()2730 RRSS_GET_OFFSET(&vd->vdev_spa->spa_ubsync); in vdev_raidz_io_start()4237 VERIFY3U(RRSS_GET_OFFSET(&spa->spa_ubsync), ==, in raidz_reflow_complete_sync()4443 RRSS_GET_OFFSET(&spa->spa_ubsync) >> ashift; in raidz_reflow_impl()4628 if (RRSS_GET_STATE(&spa->spa_ubsync) == RRSS_SCRATCH_VALID) { in raidz_reflow_scratch_sync()4629 VERIFY3U(RRSS_GET_OFFSET(&spa->spa_ubsync), ==, logical_size); in raidz_reflow_scratch_sync()4745 RAIDZ_REFLOW_SET(&spa->spa_ubsync, RRSS_SCRATCH_VALID, logical_size); in raidz_reflow_scratch_sync()4746 spa->spa_ubsync.ub_timestamp++; in raidz_reflow_scratch_sync()4748 &spa->spa_ubsync, ZIO_FLAG_CONFIG_WRITER)); in raidz_reflow_scratch_sync()4750 mmp_update_uberblock(spa, &spa->spa_ubsync); in raidz_reflow_scratch_sync()[all …]
477 uberblock_t checkpoint = spa->spa_ubsync; in spa_checkpoint_sync()
1786 return (&spa->spa_ubsync.ub_rootbp); in spa_get_rootblkptr()1871 return (spa->spa_ubsync.ub_txg); in spa_last_synced_txg()2058 return (spa->spa_ubsync.ub_version); in spa_version()
4663 &spa->spa_ubsync.ub_version) != 0)4664 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL;4858 spa->spa_ubsync = spa->spa_uberblock;7321 spa->spa_ubsync = spa->spa_uberblock;10636 if (spa->spa_ubsync.ub_version < spa->spa_uberblock.ub_version)10871 uint64_t oldver = spa->spa_ubsync.ub_version;11294 if (spa->spa_ubsync.ub_version < SPA_VERSION_RAIDZ_DEFLATE &&11404 spa->spa_ubsync = spa->spa_uberblock;
308 uberblock_t spa_ubsync; /* last synced uberblock */ member