Home
last modified time | relevance | path

Searched refs:bdrv_co_refresh_total_sectors (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/block/
H A Dblock_int-io.h128 bdrv_co_refresh_total_sectors(BlockDriverState *bs, int64_t hint);
/openbmc/qemu/
H A Dblock.c1052 int coroutine_fn bdrv_co_refresh_total_sectors(BlockDriverState *bs, in bdrv_co_refresh_total_sectors() function
6060 int ret = bdrv_co_refresh_total_sectors(bs, bs->total_sectors); in bdrv_co_nb_sectors()
/openbmc/qemu/block/
H A Dio.c3648 ret = bdrv_co_refresh_total_sectors(bs, offset >> BDRV_SECTOR_BITS); in bdrv_co_truncate()