Searched refs:vdev_aux (Results 1 – 6 of 6) sorted by relevance
1483 if (vd->vdev_aux) { in vdev_reopen()1486 vd->vdev_aux == &spa->spa_l2cache && in vdev_reopen()1654 if (vd == spa->spa_root_vdev || vd->vdev_ishole || vd->vdev_aux) in vdev_dtl_reassess()2106 if (!tvd->vdev_islog && vd->vdev_aux == NULL && vdev_dtl_required(vd)) { in vdev_fault()2181 if (!vd->vdev_aux) { in vdev_online()2189 if (!vd->vdev_aux) { in vdev_online()2205 if (vd->vdev_aux) in vdev_online()2242 if (!tvd->vdev_islog && vd->vdev_aux == NULL && in vdev_offline_locked()2286 if (!tvd->vdev_islog && vd->vdev_aux == NULL && in vdev_offline_locked()2367 if (vd->vdev_aux == NULL && !vdev_is_dead(vd)) in vdev_clear()[all …]
1090 (vd->vdev_islog || vd->vdev_aux != NULL) ? in vdev_label_sync_list()
1096 vd->vdev_aux = &spa->spa_spares; in spa_load_spares()1193 vd->vdev_aux = sav; in spa_load_l2cache()
1069 if (t == ZIO_TYPE_WRITE && zio->io_vd && zio->io_vd->vdev_aux) in zio_taskq_dispatch()
194 spa_aux_vdev_t *vdev_aux; /* for l2cache vdevs */ member
564 typedef enum vdev_aux { enum