Home
last modified time | relevance | path

Searched refs:VDEV_TYPE_L2CACHE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzfs.h98 #define VDEV_TYPE_L2CACHE "l2cache" macro
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c1282 return (VDEV_TYPE_L2CACHE); in is_grouping()
1374 if (strcmp(type, VDEV_TYPE_L2CACHE) == 0) { in construct_spec()
1432 } else if (strcmp(type, VDEV_TYPE_L2CACHE) == 0) { in construct_spec()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h753 #define VDEV_TYPE_L2CACHE "l2cache" macro
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h814 #define VDEV_TYPE_L2CACHE "l2cache" macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_removal.c2124 "%s vdev (%s) %s", spa_name(spa), VDEV_TYPE_L2CACHE, nvstr); in spa_vdev_remove()