Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4024
boolean_t
4025
vdev_readable(vdev_t *vd)
4026
{
4027
return (!vdev_is_dead(vd) && !vd->vdev_cant_read);
4028
}
4029
4030
boolean_t
4031
vdev_writeable(vdev_t *vd)
Callers
15
vdev_geom_io_start
Function · 0.85
vdev_file_io_start
Function · 0.85
vdev_file_io_start
Function · 0.85
vdev_disk_io_start
Function · 0.85
vdev_raidz_io_start_read
Function · 0.85
vdev_probe_done
Function · 0.85
vdev_validate
Function · 0.85
vdev_reopen
Function · 0.85
vdev_dtl_reassess
Function · 0.85
vdev_validate_aux
Function · 0.85
vdev_fault
Function · 0.85
vdev_clear
Function · 0.85
Calls
1
vdev_is_dead
Function · 0.85
Tested by
no test coverage detected