Searched refs:vdev_aux (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h225 spa_aux_vdev_t *vdev_aux; /* for l2cache and spares vdevs */ member in struct:vdev
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c1334 !vd->vdev_islog && vd->vdev_aux == NULL) {
1566 if (vd->vdev_aux) {
1569 vd->vdev_aux == &spa->spa_l2cache &&
1817 if (vd == spa->spa_root_vdev || vd->vdev_ishole || vd->vdev_aux)
2381 if (!tvd->vdev_islog && vd->vdev_aux == NULL && vdev_dtl_required(vd)) {
2463 if (!vd->vdev_aux) {
2471 if (!vd->vdev_aux) {
2487 if (vd->vdev_aux)
2528 if (!tvd->vdev_islog && vd->vdev_aux == NULL &&
2572 if (!tvd->vdev_islog && vd->vdev_aux
[all...]
H A Dvdev_label.c1160 (vd->vdev_islog || vd->vdev_aux != NULL) ?
H A Dspa.c1418 vd->vdev_aux = &spa->spa_spares;
1516 vd->vdev_aux = sav;
H A Dzio.c1404 if (t == ZIO_TYPE_WRITE && zio->io_vd && zio->io_vd->vdev_aux)
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h643 typedef enum vdev_aux { enum
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h793 typedef enum vdev_aux { enum

Completed in 110 milliseconds