Home
last modified time | relevance | path

Searched refs:vdev_aux (Results 1 – 8 of 8) sorted by last modified time

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c1773 vd->vdev_aux == NULL) { in vdev_open()
2185 if (vd->vdev_aux) { in vdev_reopen()
2188 vd->vdev_aux == &spa->spa_l2cache) { in vdev_reopen()
3366 if (!vd->vdev_aux) { in vdev_online()
3374 if (!vd->vdev_aux) { in vdev_online()
3390 if (vd->vdev_aux) in vdev_online()
3452 if (!tvd->vdev_islog && vd->vdev_aux == NULL && in vdev_offline_locked()
3837 if (vd->vdev_aux == NULL && tvd != NULL) { in vdev_get_stats_ex()
4132 if (vd->vdev_aux != NULL) { in vdev_config_dirty()
4133 spa_aux_vdev_t *sav = vd->vdev_aux; in vdev_config_dirty()
[all …]
H A Ddsl_scan.c3173 if (!vdev_is_concrete(vd) || vd->vdev_aux || in dsl_scan_check_deferred()
H A Dspa.c1678 vd->vdev_aux = &spa->spa_spares; in spa_load_spares()
1791 vd->vdev_aux = sav; in spa_load_l2cache()
H A Dvdev_label.c1716 (vd->vdev_islog || vd->vdev_aux != NULL) ? in vdev_label_sync_list()
H A Dzio.c1692 if (t == ZIO_TYPE_WRITE && zio->io_vd && zio->io_vd->vdev_aux) in zio_taskq_dispatch()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h837 typedef enum vdev_aux { enum
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h390 spa_aux_vdev_t *vdev_aux; /* for l2cache and spares vdevs */ member
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h847 typedef enum vdev_aux { enum