Searched refs:bdrv_co_zone_report (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/block/ |
H A D | raw-format.c | 327 return bdrv_co_zone_report(bs->file->bs, offset, nr_zones, zones); in raw_co_zone_report() 653 .bdrv_co_zone_report = &raw_co_zone_report,
|
H A D | io.c | 3224 int coroutine_fn bdrv_co_zone_report(BlockDriverState *bs, int64_t offset, in bdrv_co_zone_report() function 3235 if (!drv || !drv->bdrv_co_zone_report || bs->bl.zoned == BLK_Z_NONE) { in bdrv_co_zone_report() 3239 co.ret = drv->bdrv_co_zone_report(bs, offset, nr_zones, zones); in bdrv_co_zone_report()
|
H A D | block-backend.c | 2004 ret = bdrv_co_zone_report(blk_bs(blk), offset, nr_zones, zones); in blk_co_zone_report()
|
H A D | file-posix.c | 4294 .bdrv_co_zone_report = raw_co_zone_report,
|
/openbmc/qemu/include/block/ |
H A D | block-io.h | 116 int coroutine_fn GRAPH_RDLOCK bdrv_co_zone_report(BlockDriverState *bs,
|
H A D | block_int-common.h | 741 int coroutine_fn (*bdrv_co_zone_report)(BlockDriverState *bs, member
|