Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/sys/contrib/openzfs/include/sys/
H A Dvdev.h151 extern int vdev_remove_wanted(spa_t *spa, uint64_t guid);
H A Dvdev_impl.h276 boolean_t vdev_remove_wanted; /* async remove wanted? */ member
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c1494 v->vdev_remove_wanted = B_TRUE; in vdev_disk_io_done()
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dzfs_fm.c1138 (vd->vdev_remove_wanted || vd->vdev_state == VDEV_STATE_REMOVED)) in zfs_ereport_is_valid()
H A Dvdev.c4162 vdev_remove_wanted(spa_t *spa, uint64_t guid) in vdev_remove_wanted() function
4184 vd->vdev_remove_wanted = B_TRUE; in vdev_remove_wanted()
4551 if (vdev_is_dead(vd) || vd->vdev_remove_wanted) in vdev_accessible()
H A Dspa.c8631 if (vd->vdev_remove_wanted) {
8632 vd->vdev_remove_wanted = B_FALSE;
H A Dzio.c4081 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()