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

  /external/qemu/block/
qcow2-snapshot.c 78 offset = s->snapshots_offset;
111 s->snapshots_size = offset - s->snapshots_offset;
127 int64_t offset, snapshots_offset; local
140 snapshots_offset = qcow2_alloc_clusters(bs, snapshots_size);
141 offset = snapshots_offset;
170 data64 = cpu_to_be64(snapshots_offset);
171 if (bdrv_pwrite(s->hd, offsetof(QCowHeader, snapshots_offset),
180 qcow2_free_clusters(bs, s->snapshots_offset, s->snapshots_size);
181 s->snapshots_offset = snapshots_offset;
    [all...]
qcow2.h 63 uint64_t snapshots_offset; member in struct:QCowHeader
110 uint64_t snapshots_offset; member in struct:BDRVQcowState
qcow2.c 176 be64_to_cpus(&header.snapshots_offset);
203 s->snapshots_offset = header.snapshots_offset;
qcow2-refcount.c 824 s->snapshots_offset, s->snapshots_size);

Completed in 15 milliseconds