Searched refs:spa_ubsync (Results 1 – 4 of 4) sorted by relevance
269 uberblock_t spa_ubsync; /* last synced uberblock */ member
480 uberblock_t checkpoint = spa->spa_ubsync; in spa_checkpoint_sync()
2763 &spa->spa_ubsync.ub_version) != 0)2764 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL;2953 spa->spa_ubsync = spa->spa_uberblock;5169 spa->spa_ubsync = spa->spa_uberblock;5562 &spa->spa_ubsync.ub_version) != 0)5563 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL;8051 if (spa->spa_ubsync.ub_version < spa->spa_uberblock.ub_version)8252 if (spa->spa_ubsync.ub_version < SPA_VERSION_ORIGIN &&8260 if (spa->spa_ubsync.ub_version < SPA_VERSION_NEXT_CLONES &&8265 if (spa->spa_ubsync.ub_version < SPA_VERSION_DIR_CLONES &&[all …]
1674 return (&spa->spa_ubsync.ub_rootbp); in spa_get_rootblkptr()1746 return (spa->spa_ubsync.ub_txg); in spa_last_synced_txg()1869 return (spa->spa_ubsync.ub_version); in spa_version()