Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev.c1742 !vd->vdev_islog && vd->vdev_aux == NULL) { in vdev_open()
2158 if (vd->vdev_aux) { in vdev_reopen()
2161 vd->vdev_aux == &spa->spa_l2cache && in vdev_reopen()
3305 if (!vd->vdev_aux) { in vdev_online()
3313 if (!vd->vdev_aux) { in vdev_online()
3329 if (vd->vdev_aux) in vdev_online()
3381 if (!tvd->vdev_islog && vd->vdev_aux == NULL && in vdev_offline_locked()
3436 if (!tvd->vdev_islog && vd->vdev_aux == NULL && in vdev_offline_locked()
3531 if (vd->vdev_aux == NULL && !vdev_is_dead(vd)) in vdev_clear()
3926 if (vd->vdev_aux != NULL) { in vdev_config_dirty()
[all …]
H A Dvdev_label.c1351 (vd->vdev_islog || vd->vdev_aux != NULL) ? in vdev_label_sync_list()
H A Dspa.c1620 vd->vdev_aux = &spa->spa_spares; in spa_load_spares()
1731 vd->vdev_aux = sav; in spa_load_l2cache()
H A Dzio.c1610 if (t == ZIO_TYPE_WRITE && zio->io_vd && zio->io_vd->vdev_aux) in zio_taskq_dispatch()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev_impl.h372 spa_aux_vdev_t *vdev_aux; /* for l2cache and spares vdevs */ member
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
H A Dzfs.h700 typedef enum vdev_aux { enum
/freebsd-12.1/sys/cddl/boot/zfs/
H A Dzfsimpl.h796 typedef enum vdev_aux { enum