Home
last modified time | relevance | path

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

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Dqcow2-cluster.c270 uint64_t old_l2_offset; in l2_allocate() local
276 old_l2_offset = s->l1_table[l1_index]; in l2_allocate()
315 if ((old_l2_offset & L1E_OFFSET_MASK) == 0) { in l2_allocate()
321 (old_l2_offset & L1E_OFFSET_MASK) + slice * slice_size2; in l2_allocate()
365 s->l1_table[l1_index] = old_l2_offset; in l2_allocate()
H A Dqcow2-refcount.c1223 int64_t old_entry, old_l2_offset; in qcow2_update_snapshot_refcount() local
1266 old_l2_offset = l2_offset; in qcow2_update_snapshot_refcount()
1385 if (l2_offset != old_l2_offset) { in qcow2_update_snapshot_refcount()
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dqcow2-cluster.c268 uint64_t old_l2_offset; in l2_allocate() local
274 old_l2_offset = s->l1_table[l1_index]; in l2_allocate()
316 if ((old_l2_offset & L1E_OFFSET_MASK) == 0) { in l2_allocate()
322 (old_l2_offset & L1E_OFFSET_MASK) + slice * slice_size2; in l2_allocate()
366 s->l1_table[l1_index] = old_l2_offset; in l2_allocate()
H A Dqcow2-refcount.c1247 int64_t old_entry, old_l2_offset; in qcow2_update_snapshot_refcount() local
1290 old_l2_offset = l2_offset; in qcow2_update_snapshot_refcount()
1412 if (l2_offset != old_l2_offset) { in qcow2_update_snapshot_refcount()
/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dqcow2-cluster.c268 uint64_t old_l2_offset; in l2_allocate() local
274 old_l2_offset = s->l1_table[l1_index]; in l2_allocate()
316 if ((old_l2_offset & L1E_OFFSET_MASK) == 0) { in l2_allocate()
322 (old_l2_offset & L1E_OFFSET_MASK) + slice * slice_size2; in l2_allocate()
366 s->l1_table[l1_index] = old_l2_offset; in l2_allocate()
H A Dqcow2-refcount.c1247 int64_t old_entry, old_l2_offset; in qcow2_update_snapshot_refcount() local
1290 old_l2_offset = l2_offset; in qcow2_update_snapshot_refcount()
1412 if (l2_offset != old_l2_offset) { in qcow2_update_snapshot_refcount()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dqcow2-cluster.c272 uint64_t old_l2_offset; in l2_allocate() local
278 old_l2_offset = s->l1_table[l1_index]; in l2_allocate()
320 if ((old_l2_offset & L1E_OFFSET_MASK) == 0) { in l2_allocate()
326 (old_l2_offset & L1E_OFFSET_MASK) + slice * slice_size2; in l2_allocate()
370 s->l1_table[l1_index] = old_l2_offset; in l2_allocate()
H A Dqcow2-refcount.c1247 int64_t old_entry, old_l2_offset; in qcow2_update_snapshot_refcount() local
1290 old_l2_offset = l2_offset; in qcow2_update_snapshot_refcount()
1412 if (l2_offset != old_l2_offset) { in qcow2_update_snapshot_refcount()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dqcow2-cluster.c272 uint64_t old_l2_offset; in l2_allocate() local
278 old_l2_offset = s->l1_table[l1_index]; in l2_allocate()
320 if ((old_l2_offset & L1E_OFFSET_MASK) == 0) { in l2_allocate()
326 (old_l2_offset & L1E_OFFSET_MASK) + slice * slice_size2; in l2_allocate()
370 s->l1_table[l1_index] = old_l2_offset; in l2_allocate()
H A Dqcow2-refcount.c1247 int64_t old_entry, old_l2_offset; in qcow2_update_snapshot_refcount() local
1290 old_l2_offset = l2_offset; in qcow2_update_snapshot_refcount()
1412 if (l2_offset != old_l2_offset) { in qcow2_update_snapshot_refcount()
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lib/qemu/
H A Dblock-qcow2.c503 uint64_t l2_offset, *l2_table, cluster_offset, tmp, old_l2_offset; in get_cluster_offset() local
518 old_l2_offset = l2_offset; in get_cluster_offset()
530 if (old_l2_offset == 0) { in get_cluster_offset()
533 if (bdrv_pread(s->hd, old_l2_offset, in get_cluster_offset()
1257 int64_t old_offset, old_l2_offset; in update_snapshot_refcount() local
1290 old_l2_offset = l2_offset; in update_snapshot_refcount()
1339 if (l2_offset != old_l2_offset) { in update_snapshot_refcount()
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dqcow2-cluster.c272 uint64_t old_l2_offset; in l2_allocate() local
278 old_l2_offset = s->l1_table[l1_index]; in l2_allocate()
320 if ((old_l2_offset & L1E_OFFSET_MASK) == 0) { in l2_allocate()
326 (old_l2_offset & L1E_OFFSET_MASK) + slice * slice_size2; in l2_allocate()
370 s->l1_table[l1_index] = old_l2_offset; in l2_allocate()
H A Dqcow2-refcount.c1248 int64_t old_entry, old_l2_offset; in qcow2_update_snapshot_refcount() local
1291 old_l2_offset = l2_offset; in qcow2_update_snapshot_refcount()
1413 if (l2_offset != old_l2_offset) { in qcow2_update_snapshot_refcount()
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dqcow2-cluster.c272 uint64_t old_l2_offset; in l2_allocate() local
278 old_l2_offset = s->l1_table[l1_index]; in l2_allocate()
320 if ((old_l2_offset & L1E_OFFSET_MASK) == 0) { in l2_allocate()
326 (old_l2_offset & L1E_OFFSET_MASK) + slice * slice_size2; in l2_allocate()
370 s->l1_table[l1_index] = old_l2_offset; in l2_allocate()
H A Dqcow2-refcount.c1248 int64_t old_entry, old_l2_offset; in qcow2_update_snapshot_refcount() local
1291 old_l2_offset = l2_offset; in qcow2_update_snapshot_refcount()
1413 if (l2_offset != old_l2_offset) { in qcow2_update_snapshot_refcount()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dqcow2-cluster.c272 uint64_t old_l2_offset; in l2_allocate() local
278 old_l2_offset = s->l1_table[l1_index]; in l2_allocate()
320 if ((old_l2_offset & L1E_OFFSET_MASK) == 0) { in l2_allocate()
326 (old_l2_offset & L1E_OFFSET_MASK) + slice * slice_size2; in l2_allocate()
370 s->l1_table[l1_index] = old_l2_offset; in l2_allocate()
H A Dqcow2-refcount.c1248 int64_t old_entry, old_l2_offset; in qcow2_update_snapshot_refcount() local
1291 old_l2_offset = l2_offset; in qcow2_update_snapshot_refcount()
1413 if (l2_offset != old_l2_offset) { in qcow2_update_snapshot_refcount()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dqcow2-cluster.c272 uint64_t old_l2_offset; in l2_allocate() local
278 old_l2_offset = s->l1_table[l1_index]; in l2_allocate()
320 if ((old_l2_offset & L1E_OFFSET_MASK) == 0) { in l2_allocate()
326 (old_l2_offset & L1E_OFFSET_MASK) + slice * slice_size2; in l2_allocate()
370 s->l1_table[l1_index] = old_l2_offset; in l2_allocate()
H A Dqcow2-refcount.c1248 int64_t old_entry, old_l2_offset; in qcow2_update_snapshot_refcount() local
1291 old_l2_offset = l2_offset; in qcow2_update_snapshot_refcount()
1413 if (l2_offset != old_l2_offset) { in qcow2_update_snapshot_refcount()