Searched refs:l2_cache (Results 1 - 6 of 6) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dqcow2.h93 struct ext2_qcow2_l2_cache *l2_cache; member in struct:ext2_qcow2_image
H A Dqcow2.c170 img.l2_cache = NULL;
/external/e2fsprogs/misc/
H A De2image.c786 image->l2_cache = cache;
796 struct ext2_qcow2_l2_cache *cache = image->l2_cache;
958 struct ext2_qcow2_l2_cache *cache = img->l2_cache;
982 struct ext2_qcow2_l2_cache *cache = image->l2_cache;
1016 struct ext2_qcow2_l2_cache *cache = image->l2_cache;
1040 struct ext2_qcow2_l2_cache *cache = img->l2_cache;
/external/qemu/block/
H A Dqcow2-cluster.c97 memset(s->l2_cache, 0, s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t));
123 * seek l2_offset in the l2_cache table
144 return s->l2_cache + (i << s->l2_bits);
177 *l2_table = s->l2_cache + (min_index << s->l2_bits);
250 l2_table = s->l2_cache + (min_index << s->l2_bits);
H A Dqcow2.h95 uint64_t *l2_cache; member in struct:BDRVQcowState
H A Dqcow2.c207 s->l2_cache = g_malloc(s->l2_size * L2_CACHE_SIZE * sizeof(uint64_t));
248 g_free(s->l2_cache);
665 g_free(s->l2_cache);

Completed in 257 milliseconds