Searched refs:vdev_cant_write (Results 1 – 5 of 5) sorted by relevance
405 boolean_t vdev_cant_write; /* vdev is failing all writes */ member
1851 vd->vdev_cant_write |= !vps->vps_writeable; in vdev_probe_done()1853 vd->vdev_cant_read, vd->vdev_cant_write); in vdev_probe_done()1949 vd->vdev_cant_write = B_FALSE; in vdev_probe()2194 vd->vdev_cant_write = B_FALSE; in vdev_open()4802 vd->vdev_cant_write = B_FALSE; in vdev_clear()4859 return (!vdev_is_dead(vd) && !vd->vdev_cant_write && in vdev_writeable()4877 !vd->vdev_cant_write && vdev_is_concrete(vd) && in vdev_allocatable()4893 return (!vd->vdev_cant_write); in vdev_accessible()
3706 if (!(vdev_is_dead(cvd) || cvd->vdev_cant_write)) in vdev_raidz_io_done_write_impl()
5017 vd->vdev_cant_write = B_TRUE; in zio_vdev_io_assess()
6528 vd0->vdev_cant_write = B_TRUE; in ztest_fault_inject()