Home
last modified time | relevance | path

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

/titanic_41/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))
/titanic_41/usr/src/uts/common/fs/zfs/
H A Duberblock.c59 ub->ub_software_version = SPA_VERSION; in uberblock_update()
H A Dspa_history.c535 (u_longlong_t)spa_version(spa), SPA_VERSION, ZPL_VERSION, in spa_history_log_version()
H A Dzfs_ioctl.c1503 uint64_t version = SPA_VERSION; in zfs_ioc_pool_create()
H A Dspa.c3522 version = SPA_VERSION; in spa_create()
/titanic_41/usr/src/common/zfs/
H A Dzpool_prop.c103 zprop_register_number(ZPOOL_PROP_VERSION, "version", SPA_VERSION, in zpool_prop_init()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dzfs.h397 #define SPA_VERSION SPA_VERSION_5000 macro
454 ((v) >= SPA_VERSION_FEATURES && (v) <= SPA_VERSION))
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_status.c331 if (SPA_VERSION_IS_SUPPORTED(version) && version != SPA_VERSION) in check_status()
/titanic_41/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_main.c592 jlong pool_current_version = SPA_VERSION; in Java_com_sun_zfs_common_model_SystemDataModel_getPoolCurrentVersion()
/titanic_41/usr/src/cmd/zpool/
H A Dzpool_main.c4619 if (cbp->cb_version != SPA_VERSION && cur_version == cbp->cb_version) { in upgrade_one()
4641 } else if (cur_version == SPA_VERSION) { in upgrade_one()
4711 cb.cb_version = SPA_VERSION; in zpool_do_upgrade()
4800 if (cb.cb_version == SPA_VERSION) { in zpool_do_upgrade()