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()
1791 return (&spa->spa_ubsync.ub_rootbp); in spa_get_rootblkptr()1863 return (spa->spa_ubsync.ub_txg); in spa_last_synced_txg()2041 return (spa->spa_ubsync.ub_version); in spa_version()
4121 &spa->spa_ubsync.ub_version) != 0)4122 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL;4316 spa->spa_ubsync = spa->spa_uberblock;6709 spa->spa_ubsync = spa->spa_uberblock;9855 if (spa->spa_ubsync.ub_version < spa->spa_uberblock.ub_version)10093 if (spa->spa_ubsync.ub_version < SPA_VERSION_ORIGIN &&10101 if (spa->spa_ubsync.ub_version < SPA_VERSION_NEXT_CLONES &&10106 if (spa->spa_ubsync.ub_version < SPA_VERSION_DIR_CLONES &&10114 if (spa->spa_ubsync.ub_version < SPA_VERSION_FEATURES &&10463 if (spa->spa_ubsync.ub_version < SPA_VERSION_RAIDZ_DEFLATE &&[all …]
296 uberblock_t spa_ubsync; /* last synced uberblock */ member