Searched refs:old_l2_offset (Results 1 - 2 of 2) sorted by relevance

/external/qemu/block/
H A Dqcow2-cluster.c233 uint64_t old_l2_offset; local
238 old_l2_offset = s->l1_table[l1_index];
252 if (old_l2_offset == 0) {
258 ret = bdrv_pread(bs->file, old_l2_offset, l2_table,
288 s->l1_table[l1_index] = old_l2_offset;
H A Dqcow2-refcount.c750 int64_t old_offset, old_l2_offset; local
783 old_l2_offset = l2_offset;
844 if (l2_offset != old_l2_offset) {

Completed in 3651 milliseconds