MCPcopy 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
4268void
4269vdev_get_stats(vdev_t *vd, vdev_stat_t *vs)
4270{
4271 return (vdev_get_stats_ex(vd, vs, NULL));
4272}
4273
4274void
4275vdev_clear_stats(vdev_t *vd)

Callers 3

spa_txg_history_init_ioFunction · 0.85
spa_txg_history_fini_ioFunction · 0.85
spa_add_l2cacheFunction · 0.85

Calls 1

vdev_get_stats_exFunction · 0.85

Tested by

no test coverage detected