Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dvmdk.c1595 unsigned int l2_size_bytes = extent->l2_size * extent->entry_size; in get_cluster_offset() local
1630 l2_offset_u64 * l2_size_bytes / SECTOR_SIZE; in get_cluster_offset()
1651 l2_table = (char *)extent->l2_cache + (i * l2_size_bytes); in get_cluster_offset()
1664 l2_table = (char *)extent->l2_cache + (min_index * l2_size_bytes); in get_cluster_offset()
1668 l2_size_bytes, in get_cluster_offset()
H A Dqcow2-refcount.c1672 size_t l2_size_bytes = s->l2_size * l2_entry_size(s); in check_refcounts_l2() local
1673 g_autofree uint64_t *l2_table = g_malloc(l2_size_bytes); in check_refcounts_l2()
1677 ret = bdrv_co_pread(bs->file, l2_offset, l2_size_bytes, l2_table, 0); in check_refcounts_l2()