Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vdev_writeable
Function
vdev_writeable
freebsd/contrib/openzfs/module/zfs/vdev.c:4030–4035 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4028
}
4029
4030
boolean_t
4031
vdev_writeable(vdev_t *vd)
4032
{
4033
return (!vdev_is_dead(vd) && !vd->vdev_cant_write &&
4034
vdev_is_concrete(vd));
4035
}
4036
4037
boolean_t
4038
vdev_allocatable(vdev_t *vd)
Callers
15
vdev_rebuild_should_stop
Function · 0.85
vdev_rebuild_cb
Function · 0.85
vdev_rebuild_restart_impl
Function · 0.85
mmp_next_leaf
Function · 0.85
vdev_initialize_should_stop
Function · 0.85
vdev_initialize_cb
Function · 0.85
vdev_initialize_thread
Function · 0.85
vdev_initialize_restart
Function · 0.85
vdev_trim_should_stop
Function · 0.85
vdev_autotrim_should_stop
Function · 0.85
vdev_trim_cb
Function · 0.85
vdev_trim_thread
Function · 0.85
Calls
2
vdev_is_dead
Function · 0.85
vdev_is_concrete
Function · 0.85
Tested by
no test coverage detected