Searched refs:get_l2_entry (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/block/ |
H A D | qcow2-cluster.c | 459 uint64_t l2_entry = get_l2_entry(s, l2_slice, *l2_index + i); in count_contiguous_subclusters() 647 l2_entry = get_l2_entry(s, l2_slice, l2_index); in qcow2_get_host_offset() 848 cluster_offset = get_l2_entry(s, l2_slice, l2_index); in qcow2_alloc_compressed_cluster_offset() 1077 if (get_l2_entry(s, l2_slice, l2_index + i) != 0) { in qcow2_alloc_cluster_link_l2() 1078 old_cluster[j++] = get_l2_entry(s, l2_slice, l2_index + i); in qcow2_alloc_cluster_link_l2() 1180 l2_entry = get_l2_entry(s, l2_slice, l2_index + i); in calculate_l2_meta() 1213 l2_entry = get_l2_entry(s, l2_slice, l2_index); in calculate_l2_meta() 1258 l2_entry = get_l2_entry(s, l2_slice, l2_index); in calculate_l2_meta() 1369 uint64_t l2_entry = get_l2_entry(s, l2_slice, l2_index); in count_single_write_clusters() 1374 l2_entry = get_l2_entry(s, l2_slice, l2_index + i); in count_single_write_clusters() [all …]
|
H A D | qcow2.h | 611 static inline uint64_t get_l2_entry(BDRVQcow2State *s, uint64_t *l2_slice, in get_l2_entry() function
|
H A D | qcow2-refcount.c | 1316 entry = get_l2_entry(s, l2_slice, j); in qcow2_update_snapshot_refcount() 1690 l2_entry = get_l2_entry(s, l2_table, i); in check_refcounts_l2() 2018 uint64_t l2_entry = get_l2_entry(s, l2_table, j); in check_oflag_copied()
|