Searched refs:eject_flag (Results 1 – 5 of 5) sorted by relevance
122 compress_co_eject(BlockDriverState *bs, bool eject_flag) in compress_co_eject() argument124 bdrv_co_eject(bs->file->bs, eject_flag); in compress_co_eject()
221 cor_co_eject(BlockDriverState *bs, bool eject_flag) in cor_co_eject() argument223 bdrv_co_eject(bs->file->bs, eject_flag); in cor_co_eject()
2269 void coroutine_fn blk_co_eject(BlockBackend *blk, bool eject_flag) in blk_co_eject() argument2277 bdrv_co_eject(bs, eject_flag); in blk_co_eject()2284 eject_flag); in blk_co_eject()
84 void coroutine_fn blk_co_eject(BlockBackend *blk, bool eject_flag);85 void co_wrapper blk_eject(BlockBackend *blk, bool eject_flag);
183 bdrv_co_eject(BlockDriverState *bs, bool eject_flag);