Home
last modified time | relevance | path

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

/qemu/block/
H A Dqcow2-cluster.c1089 unsigned written_from = m->cow_start.offset; in qcow2_alloc_cluster_link_l2() local
1093 written_from = MAX(written_from, i << s->cluster_bits); in qcow2_alloc_cluster_link_l2()
1095 assert(written_from < written_to); in qcow2_alloc_cluster_link_l2()
1096 first_sc = offset_to_sc_index(s, written_from); in qcow2_alloc_cluster_link_l2()