Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h168 uberblock_t spa_ubsync; /* last synced uberblock */ member
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c1518 return (&spa->spa_ubsync.ub_rootbp); in spa_get_rootblkptr()
1590 return (spa->spa_ubsync.ub_txg); in spa_last_synced_txg()
1674 return (spa->spa_ubsync.ub_version); in spa_version()
H A Dspa.c2098 &spa->spa_ubsync.ub_version) != 0) in spa_load()
2099 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL; in spa_load()
2347 spa->spa_ubsync = spa->spa_uberblock; in spa_load_impl()
3529 spa->spa_ubsync = spa->spa_uberblock; in spa_create()
5987 if (spa->spa_ubsync.ub_version < spa->spa_uberblock.ub_version) in spa_sync_config_object()
6180 if (spa->spa_ubsync.ub_version < SPA_VERSION_ORIGIN && in spa_sync_upgrades()
6188 if (spa->spa_ubsync.ub_version < SPA_VERSION_NEXT_CLONES && in spa_sync_upgrades()
6193 if (spa->spa_ubsync.ub_version < SPA_VERSION_DIR_CLONES && in spa_sync_upgrades()
6201 if (spa->spa_ubsync.ub_version < SPA_VERSION_FEATURES && in spa_sync_upgrades()
6283 if (spa->spa_ubsync.ub_version < SPA_VERSION_RAIDZ_DEFLATE && in spa_sync()
[all …]