Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dsnapshot.h58 bool bdrv_snapshot_find_by_id_and_name(BlockDriverState *bs,
/openbmc/qemu/block/
H A Dsnapshot.c99 bool bdrv_snapshot_find_by_id_and_name(BlockDriverState *bs, in bdrv_snapshot_find_by_id_and_name() function
/openbmc/qemu/
H A Dblockdev.c1169 ret = bdrv_snapshot_find_by_id_and_name(bs, id, name, &sn, &local_err); in qmp_blockdev_snapshot_delete_internal_sync()
1281 ret = bdrv_snapshot_find_by_id_and_name(bs, NULL, name, &old_sn, in internal_snapshot_action()