Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dspa_os.c225 &spa->spa_ubsync.ub_version) != 0) in spa_import_rootpool()
226 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL; in spa_import_rootpool()
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dspa_impl.h280 uberblock_t spa_ubsync; /* last synced uberblock */ member
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dspa_checkpoint.c483 uberblock_t checkpoint = spa->spa_ubsync; in spa_checkpoint_sync()
H A Dspa_misc.c1669 return (&spa->spa_ubsync.ub_rootbp); in spa_get_rootblkptr()
1741 return (spa->spa_ubsync.ub_txg); in spa_last_synced_txg()
1909 return (spa->spa_ubsync.ub_version); in spa_version()
H A Dspa.c3799 &spa->spa_ubsync.ub_version) != 0)
3800 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL;
3994 spa->spa_ubsync = spa->spa_uberblock;
6346 spa->spa_ubsync = spa->spa_uberblock;
9228 if (spa->spa_ubsync.ub_version < spa->spa_uberblock.ub_version)
9455 if (spa->spa_ubsync.ub_version < SPA_VERSION_ORIGIN &&
9463 if (spa->spa_ubsync.ub_version < SPA_VERSION_NEXT_CLONES &&
9468 if (spa->spa_ubsync.ub_version < SPA_VERSION_DIR_CLONES &&
9476 if (spa->spa_ubsync.ub_version < SPA_VERSION_FEATURES &&
9858 if (spa->spa_ubsync.ub_version < SPA_VERSION_RAIDZ_DEFLATE &&
[all …]