Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c205 vd->vdev_remove_wanted = B_TRUE; in vdev_geom_orphan()
1037 if (!vd->vdev_remove_wanted) { in vdev_geom_io_intr()
1043 vd->vdev_remove_wanted = B_TRUE; in vdev_geom_io_intr()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev.h155 extern int vdev_remove_wanted(spa_t *spa, uint64_t guid);
H A Dvdev_impl.h275 boolean_t vdev_remove_wanted; /* async remove wanted? */ member
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c1488 v->vdev_remove_wanted = B_TRUE; in vdev_disk_io_done()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_fm.c1135 (vd->vdev_remove_wanted || vd->vdev_state == VDEV_STATE_REMOVED)) in zfs_ereport_is_valid()
H A Dvdev.c4203 vdev_remove_wanted(spa_t *spa, uint64_t guid) in vdev_remove_wanted() function
4225 vd->vdev_remove_wanted = B_TRUE; in vdev_remove_wanted()
4589 if (vdev_is_dead(vd) || vd->vdev_remove_wanted) in vdev_accessible()
H A Dspa.c8831 if (vd->vdev_remove_wanted) {
8832 vd->vdev_remove_wanted = B_FALSE;
H A Dzio.c4126 if (unexpected_error && vd->vdev_remove_wanted == B_FALSE) in zio_vdev_io_done()
H A Dzfs_ioctl.c1957 error = vdev_remove_wanted(spa, zc->zc_guid); in zfs_ioc_vdev_set_state()