Searched defs:l2_entry (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/block/ |
H A D | qcow2-cluster.c | 395 qcow2_get_subcluster_range_type(BlockDriverState *bs, uint64_t l2_entry, in qcow2_get_subcluster_range_type() 459 uint64_t l2_entry = get_l2_entry(s, l2_slice, *l2_index + i); in count_contiguous_subclusters() local 592 uint64_t l1_index, l2_offset, *l2_slice, l2_entry, l2_bitmap; in qcow2_get_host_offset() local 1166 uint64_t l2_entry, l2_bitmap; in calculate_l2_meta() local 1333 cluster_needs_new_alloc(BlockDriverState *bs, uint64_t l2_entry) in cluster_needs_new_alloc() 1369 uint64_t l2_entry = get_l2_entry(s, l2_slice, l2_index); in count_single_write_clusters() local 1500 uint64_t l2_entry, cluster_offset; in handle_copied() local 2321 uint64_t l2_entry = get_l2_entry(s, l2_slice, j); in expand_zero_clusters_in_l1() local 2549 void qcow2_parse_compressed_l2_entry(BlockDriverState *bs, uint64_t l2_entry, in qcow2_parse_compressed_l2_entry()
|
H A D | qcow2-refcount.c | 1162 void qcow2_free_any_cluster(BlockDriverState *bs, uint64_t l2_entry, in qcow2_free_any_cluster() 1669 uint64_t l2_entry, l2_bitmap; in check_refcounts_l2() local 2018 uint64_t l2_entry = get_l2_entry(s, l2_table, j); in check_oflag_copied() local
|
H A D | qcow2.h | 713 qcow2_get_cluster_type(BlockDriverState *bs, uint64_t l2_entry) in qcow2_get_cluster_type() 748 uint64_t l2_entry, in qcow2_get_subcluster_type()
|
H A D | qcow2.c | 4823 uint64_t l2_entry, in qcow2_co_preadv_compressed()
|
/openbmc/qemu/tests/image-fuzzer/qcow2/ |
H A D | fuzz.py | 344 def l2_entry(current): function
|