Searched refs:spa_ubsync (Results 1 – 6 of 6) sorted by relevance
226 &spa->spa_ubsync.ub_version) != 0) in spa_import_rootpool()227 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL; in spa_import_rootpool()
2691 (RRSS_GET_STATE(&vd->vdev_spa->spa_ubsync) == in vdev_raidz_io_start()2694 RRSS_GET_OFFSET(&vd->vdev_spa->spa_ubsync); in vdev_raidz_io_start()4133 VERIFY3U(RRSS_GET_OFFSET(&spa->spa_ubsync), ==, in raidz_reflow_complete_sync()4339 RRSS_GET_OFFSET(&spa->spa_ubsync) >> ashift; in raidz_reflow_impl()4524 if (RRSS_GET_STATE(&spa->spa_ubsync) == RRSS_SCRATCH_VALID) { in raidz_reflow_scratch_sync()4525 VERIFY3U(RRSS_GET_OFFSET(&spa->spa_ubsync), ==, logical_size); in raidz_reflow_scratch_sync()4641 RAIDZ_REFLOW_SET(&spa->spa_ubsync, RRSS_SCRATCH_VALID, logical_size); in raidz_reflow_scratch_sync()4642 spa->spa_ubsync.ub_timestamp++; in raidz_reflow_scratch_sync()4644 &spa->spa_ubsync, ZIO_FLAG_CONFIG_WRITER)); in raidz_reflow_scratch_sync()4646 mmp_update_uberblock(spa, &spa->spa_ubsync); in raidz_reflow_scratch_sync()[all …]
487 uberblock_t checkpoint = spa->spa_ubsync; in spa_checkpoint_sync()
1794 return (&spa->spa_ubsync.ub_rootbp); in spa_get_rootblkptr()1879 return (spa->spa_ubsync.ub_txg); in spa_last_synced_txg()2060 return (spa->spa_ubsync.ub_version); in spa_version()
4519 &spa->spa_ubsync.ub_version) != 0)4520 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL;4714 spa->spa_ubsync = spa->spa_uberblock;7121 spa->spa_ubsync = spa->spa_uberblock;10270 if (spa->spa_ubsync.ub_version < spa->spa_uberblock.ub_version)10508 if (spa->spa_ubsync.ub_version < SPA_VERSION_ORIGIN &&10516 if (spa->spa_ubsync.ub_version < SPA_VERSION_NEXT_CLONES &&10521 if (spa->spa_ubsync.ub_version < SPA_VERSION_DIR_CLONES &&10529 if (spa->spa_ubsync.ub_version < SPA_VERSION_FEATURES &&10878 if (spa->spa_ubsync.ub_version < SPA_VERSION_RAIDZ_DEFLATE &&[all …]
299 uberblock_t spa_ubsync; /* last synced uberblock */ member