Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dmirror.c1344 int64_t bitmap_offset, bitmap_end; in do_sync_target_write() local
1392 bitmap_end = QEMU_ALIGN_DOWN(offset + bytes, job->granularity); in do_sync_target_write()
1393 if (bitmap_offset < bitmap_end) { in do_sync_target_write()
1395 bitmap_end - bitmap_offset); in do_sync_target_write()
1434 bitmap_end = QEMU_ALIGN_UP(offset + bytes, job->granularity); in do_sync_target_write()
1436 bitmap_end - bitmap_offset); in do_sync_target_write()