Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-snapshot.c593 static int find_snapshot_by_id_and_name(BlockDriverState *bs, in find_snapshot_by_id_and_name() function
629 ret = find_snapshot_by_id_and_name(bs, id_or_name, NULL); in find_snapshot_by_id_or_name()
633 return find_snapshot_by_id_and_name(bs, NULL, id_or_name); in find_snapshot_by_id_or_name()
923 snapshot_index = find_snapshot_by_id_and_name(bs, snapshot_id, name); in qcow2_snapshot_delete()
1035 snapshot_index = find_snapshot_by_id_and_name(bs, snapshot_id, name); in qcow2_snapshot_load_tmp()