Searched refs:bdrv_get_specific_stats (Results 1 – 6 of 6) sorted by relevance
203 BlockStatsSpecific *bdrv_get_specific_stats(BlockDriverState *bs);
733 BlockStatsSpecific *(*bdrv_get_specific_stats)(BlockDriverState *bs); member
618 s->driver_specific = bdrv_get_specific_stats(bs); in bdrv_query_bds_stats()
1651 .bdrv_get_specific_stats = nvme_get_specific_stats,
3915 .bdrv_get_specific_stats = raw_get_specific_stats,4279 .bdrv_get_specific_stats = hdev_get_specific_stats,
6601 BlockStatsSpecific *bdrv_get_specific_stats(BlockDriverState *bs) in bdrv_get_specific_stats() function6605 if (!drv || !drv->bdrv_get_specific_stats) { in bdrv_get_specific_stats()6608 return drv->bdrv_get_specific_stats(bs); in bdrv_get_specific_stats()