Home
last modified time | relevance | path

Searched refs:change_aio_ctx (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/
H A Dblockjob.c187 .change_aio_ctx = child_job_change_aio_ctx,
H A Dblock.c1530 .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 Dblock_int-common.h989 bool (*change_aio_ctx)(BdrvChild *child, AioContext *ctx, member
/openbmc/qemu/block/
H A Dblock-backend.c339 .change_aio_ctx = blk_root_change_aio_ctx,