Searched refs:ub_version (Results 1 – 7 of 7) sorted by relevance
44 uint64_t ub_version; /* ZFS_VERSION */ member
49 uint64_t ub_version; /* SPA_VERSION */ member
1733 &spa->spa_ubsync.ub_version) != 0) in spa_load()1734 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL; in spa_load()1879 if (ub->ub_version > SPA_VERSION) in spa_load_impl()2880 spa->spa_uberblock.ub_version = version; in spa_create()5315 spa->spa_uberblock.ub_version = intval; in spa_sync_props()5426 if (spa->spa_ubsync.ub_version < SPA_VERSION_ORIGIN && in spa_sync_upgrades()5427 spa->spa_uberblock.ub_version >= SPA_VERSION_ORIGIN) { in spa_sync_upgrades()5434 if (spa->spa_ubsync.ub_version < SPA_VERSION_NEXT_CLONES && in spa_sync_upgrades()5435 spa->spa_uberblock.ub_version >= SPA_VERSION_NEXT_CLONES) { in spa_sync_upgrades()5439 if (spa->spa_ubsync.ub_version < SPA_VERSION_DIR_CLONES && in spa_sync_upgrades()[all …]
1397 return (spa->spa_ubsync.ub_version); in spa_version()
1061 ASSERT(spa->spa_uberblock.ub_version >= SPA_VERSION_DEDUP); in ddt_sync_table()
243 uber->ub_version > 0 && uber->ub_version <= SPA_VERSION) in uberblock_verify()
1663 (void) printf("\tversion = %llu\n", (u_longlong_t)ub->ub_version); in dump_uberblock()