Home
last modified time | relevance | path

Searched refs:bdrv_get_specific_stats (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/block/
H A Dblock-io.h203 BlockStatsSpecific *bdrv_get_specific_stats(BlockDriverState *bs);
H A Dblock_int-common.h733 BlockStatsSpecific *(*bdrv_get_specific_stats)(BlockDriverState *bs); member
/openbmc/qemu/block/
H A Dqapi.c618 s->driver_specific = bdrv_get_specific_stats(bs); in bdrv_query_bds_stats()
H A Dnvme.c1651 .bdrv_get_specific_stats = nvme_get_specific_stats,
H A Dfile-posix.c3915 .bdrv_get_specific_stats = raw_get_specific_stats,
4279 .bdrv_get_specific_stats = hdev_get_specific_stats,
/openbmc/qemu/
H A Dblock.c6601 BlockStatsSpecific *bdrv_get_specific_stats(BlockDriverState *bs) in bdrv_get_specific_stats() function
6605 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()