Home
last modified time | relevance | path

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

/external/qemu/block/
Dqcow2-snapshot.c318 int i, snapshot_index, l1_size2; in qcow2_snapshot_goto() local
320 snapshot_index = find_snapshot_by_id_or_name(bs, snapshot_id); in qcow2_snapshot_goto()
321 if (snapshot_index < 0) in qcow2_snapshot_goto()
323 sn = &s->snapshots[snapshot_index]; in qcow2_snapshot_goto()
359 int snapshot_index, ret; in qcow2_snapshot_delete() local
361 snapshot_index = find_snapshot_by_id_or_name(bs, snapshot_id); in qcow2_snapshot_delete()
362 if (snapshot_index < 0) in qcow2_snapshot_delete()
364 sn = &s->snapshots[snapshot_index]; in qcow2_snapshot_delete()
377 memmove(sn, sn + 1, (s->nb_snapshots - snapshot_index - 1) * sizeof(*sn)); in qcow2_snapshot_delete()