Home
last modified time | relevance | path

Searched refs:vdev_cant_write (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h413 boolean_t vdev_cant_write; /* vdev is failing all writes */ member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev.c1860 vd->vdev_cant_write |= !vps->vps_writeable; in vdev_probe_done()
1862 vd->vdev_cant_read, vd->vdev_cant_write); in vdev_probe_done()
1941 * vdev_cant_read and vdev_cant_write can only in vdev_probe()
1958 vd->vdev_cant_write = B_FALSE; in vdev_probe()
2187 vd->vdev_cant_write = B_FALSE; in vdev_open()
4794 vd->vdev_cant_write = B_FALSE; in vdev_clear()
4851 return (!vdev_is_dead(vd) && !vd->vdev_cant_write &&
4869 !vd->vdev_cant_write && vdev_is_concrete(vd) &&
4885 return (!vd->vdev_cant_write);
H A Dvdev_raidz.c3708 if (!(vdev_is_dead(cvd) || cvd->vdev_cant_write)) in vdev_raidz_io_done_reconstruct_known_missing()
H A Dzio.c4979 * set vdev_cant_write so that we stop trying to allocate from it. in zio_vdev_io_assess()
4986 vd->vdev_cant_write = B_TRUE; in zio_vdev_io_assess()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c6550 vd0->vdev_cant_write = B_TRUE; in ztest_fault_inject()