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 | 2269 void coroutine_fn blk_co_eject(BlockBackend *blk, bool eject_flag) in blk_co_eject() argument 2277 bdrv_co_eject(bs, eject_flag); in blk_co_eject() 2284 eject_flag); in blk_co_eject()
|
| H A D | file-posix.c | 4566 static void coroutine_fn cdrom_co_eject(BlockDriverState *bs, bool eject_flag) in cdrom_co_eject() argument 4570 if (eject_flag) { in cdrom_co_eject() 4683 static void coroutine_fn cdrom_co_eject(BlockDriverState *bs, bool eject_flag) in cdrom_co_eject() argument 4692 if (eject_flag) { in cdrom_co_eject()
|
| /openbmc/qemu/include/system/ |
| H A D | block-backend-io.h | 84 void coroutine_fn blk_co_eject(BlockBackend *blk, bool eject_flag); 85 void co_wrapper blk_eject(BlockBackend *blk, bool eject_flag);
|
| /openbmc/qemu/include/block/ |
| H A D | block-io.h | 183 bdrv_co_eject(BlockDriverState *bs, bool eject_flag);
|
| H A D | block_int-common.h | 765 BlockDriverState *bs, bool eject_flag);
|
| /openbmc/qemu/ |
| H A D | block.c | 7143 void coroutine_fn bdrv_co_eject(BlockDriverState *bs, bool eject_flag) in bdrv_co_eject() argument 7150 drv->bdrv_co_eject(bs, eject_flag); in bdrv_co_eject()
|