Searched refs:change_aio_ctx (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/ |
H A D | blockjob.c | 187 .change_aio_ctx = child_job_change_aio_ctx,
|
H A D | block.c | 1530 .change_aio_ctx = bdrv_child_cb_change_aio_ctx, 3033 ret = s->child->klass->change_aio_ctx(s->child, s->old_parent_ctx, in bdrv_attach_child_common_abort() 3102 if (ret < 0 && child_class->change_aio_ctx) { in bdrv_attach_child_common() 3108 ret_child = child_class->change_aio_ctx(new_child, child_ctx, in bdrv_attach_child_common() 7530 if (!c->klass->change_aio_ctx) { in bdrv_parent_change_aio_context() 7536 if (!c->klass->change_aio_ctx(c, ctx, visited, tran, errp)) { in bdrv_parent_change_aio_context()
|
/openbmc/qemu/include/block/ |
H A D | block_int-common.h | 989 bool (*change_aio_ctx)(BdrvChild *child, AioContext *ctx, member
|
/openbmc/qemu/block/ |
H A D | block-backend.c | 339 .change_aio_ctx = blk_root_change_aio_ctx,
|