Home
last modified time | relevance | path

Searched refs:spa_ubsync (Results 1 – 4 of 4) sorted by path

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c2762 &spa->spa_ubsync.ub_version) != 0)
2763 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL;
2952 spa->spa_ubsync = spa->spa_uberblock;
5168 spa->spa_ubsync = spa->spa_uberblock;
5561 &spa->spa_ubsync.ub_version) != 0)
5562 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL;
8250 if (spa->spa_ubsync.ub_version < SPA_VERSION_ORIGIN &&
8258 if (spa->spa_ubsync.ub_version < SPA_VERSION_NEXT_CLONES &&
8263 if (spa->spa_ubsync.ub_version < SPA_VERSION_DIR_CLONES &&
8271 if (spa->spa_ubsync.ub_version < SPA_VERSION_FEATURES &&
[all …]
H A Dspa_checkpoint.c479 uberblock_t checkpoint = spa->spa_ubsync; in spa_checkpoint_sync()
H A Dspa_misc.c1667 return (&spa->spa_ubsync.ub_rootbp); in spa_get_rootblkptr()
1739 return (spa->spa_ubsync.ub_txg); in spa_last_synced_txg()
1862 return (spa->spa_ubsync.ub_version); in spa_version()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h269 uberblock_t spa_ubsync; /* last synced uberblock */ member