Searched refs:snapshot_index (Results 1 – 1 of 1) sorted by relevance
765 int i, snapshot_index; in qcow2_snapshot_goto() local775 snapshot_index = find_snapshot_by_id_or_name(bs, snapshot_id); in qcow2_snapshot_goto()776 if (snapshot_index < 0) { in qcow2_snapshot_goto()779 sn = &s->snapshots[snapshot_index]; in qcow2_snapshot_goto()916 int snapshot_index, ret; in qcow2_snapshot_delete() local923 snapshot_index = find_snapshot_by_id_and_name(bs, snapshot_id, name); in qcow2_snapshot_delete()924 if (snapshot_index < 0) { in qcow2_snapshot_delete()928 sn = s->snapshots[snapshot_index]; in qcow2_snapshot_delete()938 memmove(s->snapshots + snapshot_index, in qcow2_snapshot_delete()939 s->snapshots + snapshot_index + 1, in qcow2_snapshot_delete()[all …]