Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h206 boolean_t vdev_cant_write; /* vdev is failing all writes */ member
/titanic_53/usr/src/uts/common/fs/zfs/
H A Dvdev.c960 vd->vdev_cant_write |= !vps->vps_writeable; in vdev_probe_done()
1040 vd->vdev_cant_write = B_FALSE; in vdev_probe()
1153 vd->vdev_cant_write = B_FALSE; in vdev_open()
2564 vd->vdev_cant_write = B_FALSE; in vdev_clear()
2613 return (!vdev_is_dead(vd) && !vd->vdev_cant_write); in vdev_writeable()
2630 !vd->vdev_cant_write && !vd->vdev_ishole); in vdev_allocatable()
2645 return (!vd->vdev_cant_write); in vdev_accessible()
H A Dzio.c2886 vd->vdev_cant_write = B_TRUE; in zio_vdev_io_assess()
/titanic_53/usr/src/cmd/ztest/
H A Dztest.c4876 vd0->vdev_cant_write = B_TRUE; in ztest_fault_inject()