Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vdev_missing_io_start
Function
vdev_missing_io_start
freebsd/contrib/openzfs/module/zfs/vdev_missing.c:70–75 ·
view source on GitHub ↗
ARGSUSED */
Source
from the content-addressed store, hash-verified
68
69
/* ARGSUSED */
70
static void
71
vdev_missing_io_start(zio_t *zio)
72
{
73
zio->io_error = SET_ERROR(ENOTSUP);
74
zio_execute(zio);
75
}
76
77
/* ARGSUSED */
78
static void
Callers
nothing calls this directly
Calls
1
zio_execute
Function · 0.85
Tested by
no test coverage detected