Home | History | Annotate | Download | only in block

Lines Matching defs:snapshots_offset

78     offset = s->snapshots_offset;
111 s->snapshots_size = offset - s->snapshots_offset;
127 int64_t offset, snapshots_offset;
140 snapshots_offset = qcow2_alloc_clusters(bs, snapshots_size);
141 offset = snapshots_offset;
173 data64 = cpu_to_be64(snapshots_offset);
174 if (bdrv_pwrite_sync(bs->file, offsetof(QCowHeader, snapshots_offset),
183 qcow2_free_clusters(bs, s->snapshots_offset, s->snapshots_size);
184 s->snapshots_offset = snapshots_offset;