Home
last modified time | relevance | path

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

/external/qemu/block/
Dqcow2-cluster.c229 static int l2_allocate(BlockDriverState *bs, int l1_index, uint64_t **table) in l2_allocate() function
564 ret = l2_allocate(bs, l1_index, &l2_table); in get_cluster_table()