Home
last modified time | relevance | path

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

/qemu/
H A Dblock.c3106 bool ret_child; in bdrv_attach_child_common() local
3109 ret_child = child_class->change_aio_ctx(new_child, child_ctx, in bdrv_attach_child_common()
3112 if (ret_child == true) { in bdrv_attach_child_common()
3116 tran_finalize(aio_ctx_tran, ret_child == true ? 0 : -1); in bdrv_attach_child_common()