Home
last modified time | relevance | path

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

/qemu/block/
H A Dqcow2-cluster.c276 uint64_t old_l2_offset; in l2_allocate() local
282 old_l2_offset = s->l1_table[l1_index]; in l2_allocate()
324 if ((old_l2_offset & L1E_OFFSET_MASK) == 0) { in l2_allocate()
330 (old_l2_offset & L1E_OFFSET_MASK) + slice * slice_size2; in l2_allocate()
374 s->l1_table[l1_index] = old_l2_offset; in l2_allocate()
H A Dqcow2-refcount.c1250 int64_t old_entry, old_l2_offset; in qcow2_update_snapshot_refcount() local
1293 old_l2_offset = l2_offset; in qcow2_update_snapshot_refcount()
1415 if (l2_offset != old_l2_offset) { in qcow2_update_snapshot_refcount()