Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dblock_int-common.h984 int (*update_filename)(BdrvChild *child, BlockDriverState *new_base, member
/openbmc/qemu/tests/unit/
H A Dtest-bdrv-drain.c1667 chain_child_class.update_filename = drop_intermediate_poll_update_filename; in test_drop_intermediate_poll()
/openbmc/qemu/
H A Dblock.c1531 .update_filename = bdrv_child_cb_update_filename,
5917 if (c->klass->update_filename) { in bdrv_drop_intermediate()
5918 ret = c->klass->update_filename(c, base, backing_file_str, in bdrv_drop_intermediate()