Searched defs:snapshot_index (Results 1 - 1 of 1) sorted by relevance

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

Completed in 520 milliseconds