Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vdev_get_stats
Function
vdev_get_stats
freebsd/contrib/openzfs/module/zfs/vdev.c:4268–4272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4266
}
4267
4268
void
4269
vdev_get_stats(vdev_t *vd, vdev_stat_t *vs)
4270
{
4271
return (vdev_get_stats_ex(vd, vs, NULL));
4272
}
4273
4274
void
4275
vdev_clear_stats(vdev_t *vd)
Callers
3
spa_txg_history_init_io
Function · 0.85
spa_txg_history_fini_io
Function · 0.85
spa_add_l2cache
Function · 0.85
Calls
1
vdev_get_stats_ex
Function · 0.85
Tested by
no test coverage detected