Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Draw-format.c327 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 Dio.c3224 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 Dblock-backend.c2004 ret = bdrv_co_zone_report(blk_bs(blk), offset, nr_zones, zones); in blk_co_zone_report()
H A Dfile-posix.c4294 .bdrv_co_zone_report = raw_co_zone_report,
/openbmc/qemu/include/block/
H A Dblock-io.h116 int coroutine_fn GRAPH_RDLOCK bdrv_co_zone_report(BlockDriverState *bs,
H A Dblock_int-common.h741 int coroutine_fn (*bdrv_co_zone_report)(BlockDriverState *bs, member