Searched refs:SPA_VERSION (Results 1 - 13 of 13) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Duberblock.c58 ub->ub_software_version = SPA_VERSION;
H A Dspa_history.c493 (u_longlong_t)current_vers, SPA_VERSION, ZPL_VERSION,
500 (u_longlong_t)current_vers, spa_name(spa), SPA_VERSION);
H A Dspa.c356 (intval < spa_version(spa) || intval > SPA_VERSION))
1879 if (ub->ub_version > SPA_VERSION)
2875 version = SPA_VERSION;
2876 ASSERT(version <= SPA_VERSION);
5313 ASSERT(intval <= SPA_VERSION);
5774 ASSERT(spa->spa_uberblock.ub_version <= SPA_VERSION);
H A Dzfs_ioctl.c1178 uint64_t version = SPA_VERSION;
1182 if (version < SPA_VERSION_INITIAL || version > SPA_VERSION) {
1407 if (zc->zc_cookie < spa_version(spa) || zc->zc_cookie > SPA_VERSION) {
H A Dvdev.c1956 version > SPA_VERSION ||
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzfs.h29 #define SPA_VERSION 28ULL macro
/opensolaris-onvv-gate/usr/src/common/zfs/
H A Dzpool_prop.c91 zprop_register_number(ZPOOL_PROP_VERSION, "version", SPA_VERSION,
/opensolaris-onvv-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_status.c303 if (version < SPA_VERSION)
H A Dlibzfs_pool.c425 if (intval < version || intval > SPA_VERSION) {
/opensolaris-onvv-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_main.c592 jlong pool_current_version = SPA_VERSION;
/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h343 * When bumping up SPA_VERSION, make sure GRUB ZFS understands the on-disk
348 #define SPA_VERSION SPA_VERSION_28 macro
352 * Symbolic names for the changes that caused a SPA_VERSION switch.
357 * NOTE: When checking the current SPA_VERSION in your code, be sure
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c243 uber->ub_version > 0 && uber->ub_version <= SPA_VERSION)
1254 if (version > SPA_VERSION)
/opensolaris-onvv-gate/usr/src/cmd/zpool/
H A Dzpool_main.c1518 if (version > SPA_VERSION) {
3847 if (!cbp->cb_newer && version < SPA_VERSION) {
3870 } else if (cbp->cb_newer && version > SPA_VERSION) {
3960 if (*end != '\0' || cb.cb_version > SPA_VERSION ||
3985 cb.cb_version = SPA_VERSION;
4007 "ZFS pool version %llu.\n\n"), SPA_VERSION);

Completed in 285 milliseconds