Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dblock.c3105 bool ret_child; in bdrv_attach_child_common() local
3108 ret_child = child_class->change_aio_ctx(new_child, child_ctx, in bdrv_attach_child_common()
3111 if (ret_child == true) { in bdrv_attach_child_common()
3115 tran_finalize(aio_ctx_tran, ret_child == true ? 0 : -1); in bdrv_attach_child_common()