Searched refs:snapshots_size (Results 1 - 3 of 3) sorted by relevance

/external/qemu/block/
H A Dqcow2-snapshot.c74 s->snapshots_size = 0;
111 s->snapshots_size = offset - s->snapshots_offset;
124 int i, name_size, id_str_size, snapshots_size; local
138 snapshots_size = offset;
140 snapshots_offset = qcow2_alloc_clusters(bs, snapshots_size);
183 qcow2_free_clusters(bs, s->snapshots_offset, s->snapshots_size);
185 s->snapshots_size = snapshots_size;
H A Dqcow2.h116 int snapshots_size; member in struct:BDRVQcowState
H A Dqcow2-refcount.c1138 s->snapshots_offset, s->snapshots_size);

Completed in 69 milliseconds