Home
last modified time | relevance | path

Searched refs:spa_ubsync (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dspa_impl.h186 uberblock_t spa_ubsync; /* last synced uberblock */ member
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa_misc.c1713 return (&spa->spa_ubsync.ub_rootbp); in spa_get_rootblkptr()
1785 return (spa->spa_ubsync.ub_txg); in spa_last_synced_txg()
1871 return (spa->spa_ubsync.ub_version); in spa_version()
H A Dspa.c2218 &spa->spa_ubsync.ub_version) != 0) in spa_load()
2219 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL; in spa_load()
2495 spa->spa_ubsync = spa->spa_uberblock; in spa_load_impl()
3735 spa->spa_ubsync = spa->spa_uberblock; in spa_create()
4285 &spa->spa_ubsync.ub_version) != 0) in spa_import_rootpool()
4286 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL; in spa_import_rootpool()
6585 if (spa->spa_ubsync.ub_version < spa->spa_uberblock.ub_version) in spa_sync_config_object()
6778 if (spa->spa_ubsync.ub_version < SPA_VERSION_ORIGIN && in spa_sync_upgrades()
6786 if (spa->spa_ubsync.ub_version < SPA_VERSION_NEXT_CLONES && in spa_sync_upgrades()
6791 if (spa->spa_ubsync.ub_version < SPA_VERSION_DIR_CLONES && in spa_sync_upgrades()
[all …]