MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vdev_readable

Function vdev_readable

freebsd/contrib/openzfs/module/zfs/vdev.c:4024–4028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4022}
4023
4024boolean_t
4025vdev_readable(vdev_t *vd)
4026{
4027 return (!vdev_is_dead(vd) && !vd->vdev_cant_read);
4028}
4029
4030boolean_t
4031vdev_writeable(vdev_t *vd)

Callers 15

vdev_geom_io_startFunction · 0.85
vdev_file_io_startFunction · 0.85
vdev_file_io_startFunction · 0.85
vdev_disk_io_startFunction · 0.85
vdev_raidz_io_start_readFunction · 0.85
vdev_probe_doneFunction · 0.85
vdev_validateFunction · 0.85
vdev_reopenFunction · 0.85
vdev_dtl_reassessFunction · 0.85
vdev_validate_auxFunction · 0.85
vdev_faultFunction · 0.85
vdev_clearFunction · 0.85

Calls 1

vdev_is_deadFunction · 0.85

Tested by

no test coverage detected