Home
last modified time | relevance | path

Searched refs:VDEV_ALLOC_SPARE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h500 #define VDEV_ALLOC_SPARE 2 macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c1650 VDEV_ALLOC_SPARE) == 0); in spa_load_spares()
4959 (mode != VDEV_ALLOC_SPARE && mode != VDEV_ALLOC_L2CACHE))
5738 VDEV_ALLOC_SPARE);
H A Dvdev.c586 } else if (alloctype == VDEV_ALLOC_SPARE) { in vdev_alloc()