Home
last modified time | relevance | path

Searched refs:SPA_VERSION (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzfs.h33 #define SPA_VERSION 5000ULL macro
38 ((v) >= SPA_VERSION_FEATURES && (v) <= SPA_VERSION))
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Duberblock.c60 ub->ub_software_version = SPA_VERSION; in uberblock_update()
H A Dspa_history.c623 (u_longlong_t)spa_version(spa), SPA_VERSION, ZPL_VERSION, in spa_history_log_version()
H A Dzfs_ioctl.c1593 uint64_t version = SPA_VERSION; in zfs_ioc_pool_create()
H A Dspa.c5161 version = SPA_VERSION;
/illumos-gate/usr/src/common/zfs/
H A Dzpool_prop.c110 zprop_register_number(ZPOOL_PROP_VERSION, "version", SPA_VERSION, in zpool_prop_init()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_status.c385 if (SPA_VERSION_IS_SUPPORTED(version) && version != SPA_VERSION) in check_status()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h482 #define SPA_VERSION SPA_VERSION_5000 macro
539 ((v) >= SPA_VERSION_FEATURES && (v) <= SPA_VERSION))
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_main.c590 jlong pool_current_version = SPA_VERSION; in Java_com_sun_zfs_common_model_SystemDataModel_getPoolCurrentVersion()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h692 #define SPA_VERSION SPA_VERSION_5000 macro
749 ((v) >= SPA_VERSION_FEATURES && (v) <= SPA_VERSION))
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c7774 if (cbp->cb_version != SPA_VERSION && cur_version == cbp->cb_version) { in upgrade_one()
7796 } else if (cur_version == SPA_VERSION) { in upgrade_one()
7866 cb.cb_version = SPA_VERSION; in zpool_do_upgrade()
7955 if (cb.cb_version == SPA_VERSION) { in zpool_do_upgrade()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c2057 (unsigned)val, (unsigned)SPA_VERSION); in vdev_probe()