Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-cluster.c1167 unsigned cow_start_from, cow_end_to; in calculate_l2_meta() local
1221 cow_start_from = 0; in calculate_l2_meta()
1229 cow_start_from = in calculate_l2_meta()
1232 cow_start_from = 0; in calculate_l2_meta()
1237 cow_start_from = sc_index << s->subcluster_bits; in calculate_l2_meta()
1245 cow_start_from = cow_start_to; in calculate_l2_meta()
1249 cow_start_from = sc_index << s->subcluster_bits; in calculate_l2_meta()
1312 .offset = cow_start_from, in calculate_l2_meta()
1313 .nb_bytes = cow_start_to - cow_start_from, in calculate_l2_meta()