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

  /external/qemu/block/
qcow2-cluster.c 233 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;
qcow2-refcount.c 750 int64_t old_offset, old_l2_offset; local
783 old_l2_offset = l2_offset;
844 if (l2_offset != old_l2_offset) {
    [all...]

Completed in 27 milliseconds