HomeSort by relevance Sort by last modified time
    Searched refs:qcow2_alloc_clusters (Results 1 - 4 of 4) sorted by null

  /external/qemu/block/
qcow2-snapshot.c 140 snapshots_offset = qcow2_alloc_clusters(bs, snapshots_size);
270 l1_table_offset = qcow2_alloc_clusters(bs, s->l1_size * sizeof(uint64_t));
qcow2.h 176 int64_t qcow2_alloc_clusters(BlockDriverState *bs, int64_t size);
qcow2-cluster.c 58 new_l1_table_offset = qcow2_alloc_clusters(bs, new_l1_size2);
242 l2_offset = qcow2_alloc_clusters(bs, s->l2_size * sizeof(uint64_t));
853 cluster_offset = qcow2_alloc_clusters(bs, nb_clusters * s->cluster_size);
qcow2-refcount.c 213 * - We can't use the normal qcow2_alloc_clusters(), it would try to
612 int64_t qcow2_alloc_clusters(BlockDriverState *bs, int64_t size) function
641 s->free_byte_offset = qcow2_alloc_clusters(bs, s->cluster_size);
659 offset = qcow2_alloc_clusters(bs, s->cluster_size);
    [all...]

Completed in 89 milliseconds