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

/opensolaris-onvv-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
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c1733 &spa->spa_ubsync.ub_version) != 0)
1734 spa->spa_ubsync.ub_version = SPA_VERSION_INITIAL;
1879 if (ub->ub_version > SPA_VERSION)
2880 spa->spa_uberblock.ub_version = version;
5315 spa->spa_uberblock.ub_version = intval;
5426 if (spa->spa_ubsync.ub_version < SPA_VERSION_ORIGIN &&
5427 spa->spa_uberblock.ub_version >= SPA_VERSION_ORIGIN) {
5434 if (spa->spa_ubsync.ub_version < SPA_VERSION_NEXT_CLONES &&
5435 spa->spa_uberblock.ub_version >= SPA_VERSION_NEXT_CLONES) {
5439 if (spa->spa_ubsync.ub_version < SPA_VERSION_DIR_CLONE
[all...]
H A Dspa_misc.c1397 return (spa->spa_ubsync.ub_version);
H A Dddt.c1061 ASSERT(spa->spa_uberblock.ub_version >= SPA_VERSION_DEDUP);
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c243 uber->ub_version > 0 && uber->ub_version <= SPA_VERSION)
/opensolaris-onvv-gate/usr/src/cmd/zdb/
H A Dzdb.c1663 (void) printf("\tversion = %llu\n", (u_longlong_t)ub->ub_version);

Completed in 107 milliseconds