OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:snapshot_index
(Results
1 - 1
of
1
) sorted by null
/external/qemu/block/
qcow2-snapshot.c
305
int i,
snapshot_index
, l1_size2;
local
307
snapshot_index
= find_snapshot_by_id_or_name(bs, snapshot_id);
308
if (
snapshot_index
< 0)
310
sn = &s->snapshots[
snapshot_index
];
346
int
snapshot_index
, ret;
local
348
snapshot_index
= find_snapshot_by_id_or_name(bs, snapshot_id);
349
if (
snapshot_index
< 0)
351
sn = &s->snapshots[
snapshot_index
];
364
memmove(sn, sn + 1, (s->nb_snapshots -
snapshot_index
- 1) * sizeof(*sn));
Completed in 52 milliseconds