Searched refs:ub_version (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Duberblock_impl.h35 * can be checked. If the ub_version field is moved, we may not detect
44 uint64_t ub_version; /* ZFS_VERSION */ member in struct:uberblock
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Duberblock_impl.h40 * can be checked. If the ub_version field is moved, we may not detect
49 uint64_t ub_version; /* SPA_VERSION */ member in struct:uberblock
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c2142 &spa->spa_ubsync.ub_version) != 0)
2143 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL;
2335 if (!SPA_VERSION_IS_SUPPORTED(ub->ub_version)) {
2340 if (ub->ub_version >= SPA_VERSION_FEATURES) {
2369 if (ub->ub_version >= SPA_VERSION_FEATURES) {
3644 spa->spa_uberblock.ub_version = version;
6239 if (spa->spa_ubsync.ub_version < spa->spa_uberblock.ub_version)
6241 spa->spa_uberblock.ub_version);
6266 spa->spa_uberblock.ub_version
[all...]
H A Dddt.c1066 ASSERT(spa->spa_uberblock.ub_version >= SPA_VERSION_DEDUP);
H A Dspa_misc.c1695 return (spa->spa_ubsync.ub_version);
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h827 * can be checked. If the ub_version field is moved, we may not detect
836 uint64_t ub_version; /* SPA_VERSION */ member in struct:uberblock
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c260 SPA_VERSION_IS_SUPPORTED(uber->ub_version))
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2035 (void) printf("\tversion = %llu\n", (u_longlong_t)ub->ub_version);

Completed in 88 milliseconds