Searched defs:SPA_VERSION (Results 1 - 3 of 3) 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/sys/fs/
H A Dzfs.h397 * When bumping up SPA_VERSION, make sure GRUB ZFS understands the on-disk
402 #define SPA_VERSION SPA_VERSION_5000 macro
406 * Symbolic names for the changes that caused a SPA_VERSION switch.
411 * NOTE: When checking the current SPA_VERSION in your code, be sure
459 ((v) >= SPA_VERSION_FEATURES && (v) <= SPA_VERSION))
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h638 * When bumping up SPA_VERSION, make sure GRUB ZFS understands the on-disk
643 #define SPA_VERSION SPA_VERSION_5000 macro
647 * Symbolic names for the changes that caused a SPA_VERSION switch.
652 * NOTE: When checking the current SPA_VERSION in your code, be sure
700 ((v) >= SPA_VERSION_FEATURES && (v) <= SPA_VERSION))
836 uint64_t ub_version; /* SPA_VERSION */

Completed in 97 milliseconds