Home
last modified time | relevance | path

Searched refs:SPA_VERSION_BEFORE_FEATURES (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzfs.h32 #define SPA_VERSION_BEFORE_FEATURES 28ULL macro
37 (((v) >= SPA_VERSION_INITIAL && (v) <= SPA_VERSION_BEFORE_FEATURES) || \
/titanic_41/usr/src/uts/common/sys/fs/
H A Dzfs.h449 #define SPA_VERSION_BEFORE_FEATURES SPA_VERSION_28 macro
453 (((v) >= SPA_VERSION_INITIAL && (v) <= SPA_VERSION_BEFORE_FEATURES) || \
/titanic_41/usr/src/cmd/ztest/
H A Dztest.c958 if (version <= SPA_VERSION_BEFORE_FEATURES) { in ztest_random_spa_version()
960 ztest_random(SPA_VERSION_BEFORE_FEATURES - version + 1); in ztest_random_spa_version()
963 if (version > SPA_VERSION_BEFORE_FEATURES) in ztest_random_spa_version()
2424 } while (version > SPA_VERSION_BEFORE_FEATURES); in ztest_spa_upgrade()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa.c454 intval > SPA_VERSION_BEFORE_FEATURES || in spa_prop_validate()