Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h206 boolean_t vdev_cant_write; /* vdev is failing all writes */ member
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev.c958 vd->vdev_cant_write |= !vps->vps_writeable; in vdev_probe_done()
1038 vd->vdev_cant_write = B_FALSE; in vdev_probe()
1151 vd->vdev_cant_write = B_FALSE; in vdev_open()
2559 vd->vdev_cant_write = B_FALSE; in vdev_clear()
2608 return (!vdev_is_dead(vd) && !vd->vdev_cant_write); in vdev_writeable()
2625 !vd->vdev_cant_write && !vd->vdev_ishole); in vdev_allocatable()
2640 return (!vd->vdev_cant_write); in vdev_accessible()
H A Dzio.c2818 vd->vdev_cant_write = B_TRUE; in zio_vdev_io_assess()
/titanic_41/usr/src/cmd/ztest/
H A Dztest.c4872 vd0->vdev_cant_write = B_TRUE; in ztest_fault_inject()