Lines Matching full:parents
2257 QLIST_FOREACH(a, &bs->parents, next_parent) { in bdrv_parent_perms_conflict()
2258 QLIST_FOREACH(b, &bs->parents, next_parent) { in bdrv_parent_perms_conflict()
2444 * The parents were undrained when removing old_bs from the child. New in bdrv_replace_child_abort()
2644 QLIST_FOREACH(c, &bs->parents, next_parent) { in bdrv_get_cumulative_perm()
2981 QLIST_INSERT_HEAD(&new_bs->parents, child, next_parent); in bdrv_replace_child_noperm()
3431 QLIST_FOREACH(c, &bs->parents, next_parent) { in bdrv_parent_cb_change_media()
4647 * children are usually goes after parents in reopen-queue, so go from last in bdrv_reopen_multiple()
5376 QLIST_FOREACH_SAFE(c, &from->parents, next_parent, next) { in bdrv_replace_node_noperm()
5398 * Switch all parents of @from to point to @to instead. @from and @to must be in
5401 * With auto_skip=true bdrv_replace_node_common skips updating from parents
5647 * all of its parents to @new_node_bs and undrained it again. in bdrv_insert_node()
5935 QLIST_FOREACH(c, &top->parents, next_parent) { in bdrv_drop_intermediate()
6509 /* If multiple parents have a name, just pick the first one. */ in bdrv_get_parent_name()
6510 QLIST_FOREACH(c, &bs->parents, next_parent) { in bdrv_get_parent_name()
6935 QLIST_FOREACH(parent, &bs->parents, next_parent) { in bdrv_activate()
6993 QLIST_FOREACH(parent, &bs->parents, next_parent) { in bdrv_has_bds_parent()
7043 QLIST_FOREACH(parent, &bs->parents, next_parent) { in bdrv_inactivate_recurse()
7055 /* Our inactive parents still need write access. Inactivation failed. */ in bdrv_inactivate_recurse()
7118 /* Nodes with BDS parents are covered by recursion from the last in bdrv_inactivate_all()
7602 * block nodes and all their children and parents. Returns true if the change is
7641 * and parents. Returns true if the change is possible and the transaction @tran
7686 * BlockDriverState and all its children and parents.
7708 QLIST_FOREACH(c, &bs->parents, next_parent) { in bdrv_change_aio_context()
7734 * Change bs's and recursively all of its parents' and children's AioContext
7784 * Change bs's and recursively all of its parents' and children's AioContext
7877 * parents).
8267 if (!QLIST_EMPTY(&child_bs->parents)) { in bdrv_add_child()