Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev.c1587 mc == spa_normal_class(spa) && vd->vdev_aux == NULL) { in vdev_metaslab_group_create()
2404 vd->vdev_islog == 0 && vd->vdev_aux == NULL) { in vdev_open()
2885 if (vd->vdev_aux) { in vdev_reopen()
2888 vd->vdev_aux == &spa->spa_l2cache) { in vdev_reopen()
3292 if (vd == spa->spa_root_vdev || !vdev_is_concrete(vd) || vd->vdev_aux) in vdev_dtl_reassess_impl()
4363 if (!tvd->vdev_islog && vd->vdev_aux == NULL && vdev_dtl_required(vd)) { in vdev_fault()
4472 if (!vd->vdev_aux) { in vdev_online()
4482 if (!vd->vdev_aux) { in vdev_online()
4498 if (vd->vdev_aux) in vdev_online()
4579 if (!tvd->vdev_islog && vd->vdev_aux == NULL && in vdev_offline_locked()
[all …]
H A Dvdev_label.c1978 (vd->vdev_islog || vd->vdev_aux != NULL) ? in vdev_label_sync_list()
H A Dspa.c2573 vd->vdev_aux = &spa->spa_spares; in spa_load_spares()
2684 vd->vdev_aux = sav; in spa_load_l2cache()
9719 if (!vd->vdev_top->vdev_islog && vd->vdev_aux == NULL &&
10884 if (vd->vdev_aux == NULL) {
H A Ddsl_scan.c3752 if (!vdev_is_concrete(vd) || vd->vdev_aux || in dsl_scan_check_deferred()
H A Dzio.c2162 if (t == ZIO_TYPE_WRITE && zio->io_vd && zio->io_vd->vdev_aux) in zio_taskq_dispatch()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h430 spa_aux_vdev_t *vdev_aux; /* for l2cache and spares vdevs */ member
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1136 typedef enum vdev_aux { enum
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h879 typedef enum vdev_aux { enum
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi6318 <enum-decl name='vdev_aux' id='7f5bcca4'>