Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h512 #define SPA_VERSION_L2CACHE SPA_VERSION_10 macro
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h722 #define SPA_VERSION_L2CACHE SPA_VERSION_10 macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c3675 ASSERT(spa_version(spa) >= SPA_VERSION_L2CACHE);
4985 &spa->spa_l2cache, ZPOOL_CONFIG_L2CACHE, SPA_VERSION_L2CACHE,
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1462 SPA_VERSION_L2CACHE && in zpool_add()