HomeSort by relevance Sort by last modified time
    Searched refs:nb_snapshots (Results 1 - 4 of 4) sorted by null

  /external/qemu/block/
qcow2-snapshot.c 54 for(i = 0; i < s->nb_snapshots; i++) {
60 s->nb_snapshots = 0;
72 if (!s->nb_snapshots) {
79 s->snapshots = qemu_mallocz(s->nb_snapshots * sizeof(QCowSnapshot));
80 for(i = 0; i < s->nb_snapshots; i++) {
131 for(i = 0; i < s->nb_snapshots; i++) {
143 for(i = 0; i < s->nb_snapshots; i++) {
174 data32 = cpu_to_be32(s->nb_snapshots);
175 if (bdrv_pwrite(s->hd, offsetof(QCowHeader, nb_snapshots),
195 for(i = 0; i < s->nb_snapshots; i++)
    [all...]
qcow2.h 62 uint32_t nb_snapshots; member in struct:QCowHeader
112 int nb_snapshots; member in struct:BDRVQcowState
qcow2.c 177 be32_to_cpus(&header.nb_snapshots);
204 s->nb_snapshots = header.nb_snapshots;
qcow2-refcount.c 818 for(i = 0; i < s->nb_snapshots; i++) {

Completed in 1164 milliseconds