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

  /external/qemu/block/
qcow2-cluster.c 212 uint64_t old_l2_offset; local
215 old_l2_offset = s->l1_table[l1_index];
233 if (old_l2_offset == 0) {
238 if (bdrv_pread(s->hd, old_l2_offset,
qcow2-refcount.c 470 int64_t old_offset, old_l2_offset; local
499 old_l2_offset = l2_offset;
548 if (l2_offset != old_l2_offset) {

Completed in 36 milliseconds