Searched refs:vdev_aux (Results 1 – 6 of 6) sorted by relevance
1447 !vd->vdev_islog && vd->vdev_aux == NULL) { in vdev_open()1682 if (vd->vdev_aux) { in vdev_reopen()1685 vd->vdev_aux == &spa->spa_l2cache && in vdev_reopen()1961 if (vd == spa->spa_root_vdev || vd->vdev_ishole || vd->vdev_aux) in vdev_dtl_reassess()2529 if (!tvd->vdev_islog && vd->vdev_aux == NULL && vdev_dtl_required(vd)) { in vdev_fault()2611 if (!vd->vdev_aux) { in vdev_online()2619 if (!vd->vdev_aux) { in vdev_online()2635 if (vd->vdev_aux) in vdev_online()2676 if (!tvd->vdev_islog && vd->vdev_aux == NULL && in vdev_offline_locked()2720 if (!tvd->vdev_islog && vd->vdev_aux == NULL && in vdev_offline_locked()[all …]
1215 (vd->vdev_islog || vd->vdev_aux != NULL) ? in vdev_label_sync_list()
1479 vd->vdev_aux = &spa->spa_spares; in spa_load_spares()1577 vd->vdev_aux = sav; in spa_load_l2cache()
1518 if (t == ZIO_TYPE_WRITE && zio->io_vd && zio->io_vd->vdev_aux) in zio_taskq_dispatch()
245 spa_aux_vdev_t *vdev_aux; /* for l2cache and spares vdevs */ member
657 typedef enum vdev_aux { enum