Searched refs:bdrv_co_zone_mgmt (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/block/ |
H A D | raw-format.c | 334 return bdrv_co_zone_mgmt(bs->file->bs, op, offset, len); in raw_co_zone_mgmt() 654 .bdrv_co_zone_mgmt = &raw_co_zone_mgmt,
|
H A D | io.c | 3245 int coroutine_fn bdrv_co_zone_mgmt(BlockDriverState *bs, BlockZoneOp op, in bdrv_co_zone_mgmt() function 3255 if (!drv || !drv->bdrv_co_zone_mgmt || bs->bl.zoned == BLK_Z_NONE) { in bdrv_co_zone_mgmt() 3259 co.ret = drv->bdrv_co_zone_mgmt(bs, op, offset, len); in bdrv_co_zone_mgmt()
|
H A D | block-backend.c | 2032 ret = bdrv_co_zone_mgmt(blk_bs(blk), op, offset, len); in blk_co_zone_mgmt()
|
H A D | file-posix.c | 4295 .bdrv_co_zone_mgmt = raw_co_zone_mgmt,
|
/openbmc/qemu/include/block/ |
H A D | block-io.h | 120 int coroutine_fn GRAPH_RDLOCK bdrv_co_zone_mgmt(BlockDriverState *bs,
|
H A D | block_int-common.h | 744 int coroutine_fn (*bdrv_co_zone_mgmt)(BlockDriverState *bs, BlockZoneOp op, member
|