Searched refs:eject_flag (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/block/ |
H A D | filter-compress.c | 122 compress_co_eject(BlockDriverState *bs, bool eject_flag) in compress_co_eject() argument 124 bdrv_co_eject(bs->file->bs, eject_flag); in compress_co_eject()
|
H A D | copy-on-read.c | 221 cor_co_eject(BlockDriverState *bs, bool eject_flag) in cor_co_eject() argument 223 bdrv_co_eject(bs->file->bs, eject_flag); in cor_co_eject()
|
H A D | raw-format.c | 436 raw_co_eject(BlockDriverState *bs, bool eject_flag) in raw_co_eject() argument 438 bdrv_co_eject(bs->file->bs, eject_flag); in raw_co_eject()
|
H A D | block-backend.c | 2255 void coroutine_fn blk_co_eject(BlockBackend *blk, bool eject_flag) in blk_co_eject() argument 2263 bdrv_co_eject(bs, eject_flag); in blk_co_eject() 2270 eject_flag); in blk_co_eject()
|
H A D | file-posix.c | 4361 static void coroutine_fn cdrom_co_eject(BlockDriverState *bs, bool eject_flag) in cdrom_co_eject() argument 4365 if (eject_flag) { in cdrom_co_eject() 4478 static void coroutine_fn cdrom_co_eject(BlockDriverState *bs, bool eject_flag) in cdrom_co_eject() argument 4487 if (eject_flag) { in cdrom_co_eject()
|
/openbmc/qemu/include/sysemu/ |
H A D | block-backend-io.h | 77 void coroutine_fn blk_co_eject(BlockBackend *blk, bool eject_flag); 78 void co_wrapper blk_eject(BlockBackend *blk, bool eject_flag);
|
/openbmc/qemu/include/block/ |
H A D | block-io.h | 181 bdrv_co_eject(BlockDriverState *bs, bool eject_flag);
|
H A D | block_int-common.h | 754 BlockDriverState *bs, bool eject_flag);
|
/openbmc/qemu/ |
H A D | block.c | 7078 void coroutine_fn bdrv_co_eject(BlockDriverState *bs, bool eject_flag) in bdrv_co_eject() argument 7085 drv->bdrv_co_eject(bs, eject_flag); in bdrv_co_eject()
|