Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dspa_os.c234 &spa->spa_ubsync.ub_version) != 0) in spa_import_rootpool()
235 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL; in spa_import_rootpool()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_impl.h273 uberblock_t spa_ubsync; /* last synced uberblock */ member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_checkpoint.c482 uberblock_t checkpoint = spa->spa_ubsync; in spa_checkpoint_sync()
H A Dspa_misc.c1648 return (&spa->spa_ubsync.ub_rootbp); in spa_get_rootblkptr()
1720 return (spa->spa_ubsync.ub_txg); in spa_last_synced_txg()
1854 return (spa->spa_ubsync.ub_version); in spa_version()
H A Dspa.c3244 &spa->spa_ubsync.ub_version) != 0)
3245 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL;
3434 spa->spa_ubsync = spa->spa_uberblock;
5728 spa->spa_ubsync = spa->spa_uberblock;
8543 if (spa->spa_ubsync.ub_version < spa->spa_uberblock.ub_version)
8743 if (spa->spa_ubsync.ub_version < SPA_VERSION_ORIGIN &&
8751 if (spa->spa_ubsync.ub_version < SPA_VERSION_NEXT_CLONES &&
8756 if (spa->spa_ubsync.ub_version < SPA_VERSION_DIR_CLONES &&
8764 if (spa->spa_ubsync.ub_version < SPA_VERSION_FEATURES &&
9131 if (spa->spa_ubsync.ub_version < SPA_VERSION_RAIDZ_DEFLATE &&
[all …]