Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dblock.c5855 BlockDriverState *explicit_top = top; in bdrv_drop_intermediate() local
5883 explicit_top = bdrv_skip_implicit_filters(explicit_top); in bdrv_drop_intermediate()
5884 update_inherits_from = bdrv_inherits_from_recursive(base, explicit_top); in bdrv_drop_intermediate()
5938 base->inherits_from = explicit_top->inherits_from; in bdrv_drop_intermediate()