Searched defs:l1_index (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/block/ |
H A D | qcow2-cluster.c | 227 int qcow2_write_l1_entry(BlockDriverState *bs, int l1_index) in qcow2_write_l1_entry() 273 static int GRAPH_RDLOCK l2_allocate(BlockDriverState *bs, int l1_index) in l2_allocate() 592 uint64_t l1_index, l2_offset, *l2_slice, l2_entry, l2_bitmap; in qcow2_get_host_offset() local 761 uint64_t l1_index, l2_offset; in get_cluster_table() local 1198 int l1_index = offset_to_l1_index(s, guest_offset); in calculate_l2_meta() local
|
H A D | qcow.c | 364 int min_index, i, j, l1_index, l2_index, ret; in get_cluster_offset() local
|
H A D | vmdk.c | 185 unsigned int l1_index; member 1588 unsigned int l1_index, l2_offset, l2_index; in get_cluster_offset() local
|