Searched refs:vdev_cant_write (Results 1 – 4 of 4) sorted by relevance
240 boolean_t vdev_cant_write; /* vdev is failing all writes */ member
1077 vd->vdev_cant_write |= !vps->vps_writeable; in vdev_probe_done()1158 vd->vdev_cant_write = B_FALSE; in vdev_probe()1272 vd->vdev_cant_write = B_FALSE; in vdev_open()2800 vd->vdev_cant_write = B_FALSE; in vdev_clear()2849 return (!vdev_is_dead(vd) && !vd->vdev_cant_write); in vdev_writeable()2866 !vd->vdev_cant_write && !vd->vdev_ishole && in vdev_allocatable()2882 return (!vd->vdev_cant_write); in vdev_accessible()
3310 vd->vdev_cant_write = B_TRUE; in zio_vdev_io_assess()
4874 vd0->vdev_cant_write = B_TRUE; in ztest_fault_inject()