Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-cluster.c1090 unsigned written_to = m->cow_end.offset + m->cow_end.nb_bytes; in qcow2_alloc_cluster_link_l2() local
1094 written_to = MIN(written_to, (i + 1) << s->cluster_bits); in qcow2_alloc_cluster_link_l2()
1095 assert(written_from < written_to); in qcow2_alloc_cluster_link_l2()
1097 last_sc = offset_to_sc_index(s, written_to - 1); in qcow2_alloc_cluster_link_l2()