Home
last modified time | relevance | path

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

/qemu/
H A Dblock.c3074 BdrvChild *new_child; in bdrv_attach_child_common() local
3081 new_child = g_new(BdrvChild, 1); in bdrv_attach_child_common()
3082 *new_child = (BdrvChild) { in bdrv_attach_child_common()
3097 parent_ctx = bdrv_child_get_parent_aio_context(new_child); in bdrv_attach_child_common()
3108 g_hash_table_add(visited, new_child); in bdrv_attach_child_common()
3109 ret_child = child_class->change_aio_ctx(new_child, child_ctx, in bdrv_attach_child_common()
3122 bdrv_child_free(new_child); in bdrv_attach_child_common()
3145 bdrv_parent_drained_begin_single(new_child); in bdrv_attach_child_common()
3146 bdrv_replace_child_noperm(new_child, child_bs); in bdrv_attach_child_common()
3150 .child = new_child, in bdrv_attach_child_common()
[all …]