Home
last modified time | relevance | path

Searched refs:blk_co_nb_sectors (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dblock-backend-io.h87 int64_t coroutine_fn blk_co_nb_sectors(BlockBackend *blk);
/openbmc/qemu/block/
H A Dblock-backend.c1643 int64_t coroutine_fn blk_co_nb_sectors(BlockBackend *blk) in blk_co_nb_sectors() function
1678 int64_t ret = blk_co_nb_sectors(blk); in blk_co_get_geometry()