Searched refs:vdev_cant_write (Results 1 – 5 of 5) sorted by relevance
413 boolean_t vdev_cant_write; /* vdev is failing all writes */ member
1860 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);
3708 if (!(vdev_is_dead(cvd) || cvd->vdev_cant_write)) in vdev_raidz_io_done_reconstruct_known_missing()
4979 * 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()
6550 vd0->vdev_cant_write = B_TRUE; in ztest_fault_inject()