Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dspa_impl.h176 uberblock_t spa_ubsync; /* last synced uberblock */ member
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dspa.c2187 &spa->spa_ubsync.ub_version) != 0) in spa_load()
2188 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL; in spa_load()
2436 spa->spa_ubsync = spa->spa_uberblock; in spa_load_impl()
3658 spa->spa_ubsync = spa->spa_uberblock; in spa_create()
4220 &spa->spa_ubsync.ub_version) != 0) in spa_import_rootpool()
4221 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL; in spa_import_rootpool()
6401 if (spa->spa_ubsync.ub_version < spa->spa_uberblock.ub_version) in spa_sync_config_object()
6594 if (spa->spa_ubsync.ub_version < SPA_VERSION_ORIGIN && in spa_sync_upgrades()
6602 if (spa->spa_ubsync.ub_version < SPA_VERSION_NEXT_CLONES && in spa_sync_upgrades()
6607 if (spa->spa_ubsync.ub_version < SPA_VERSION_DIR_CLONES && in spa_sync_upgrades()
[all …]
Dspa_misc.c1658 return (&spa->spa_ubsync.ub_rootbp); in spa_get_rootblkptr()
1730 return (spa->spa_ubsync.ub_txg); in spa_last_synced_txg()
1816 return (spa->spa_ubsync.ub_version); in spa_version()