Home
last modified time | relevance | path

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

/external/qemu/block/
Dqcow2-snapshot.c140 snapshots_offset = qcow2_alloc_clusters(bs, snapshots_size); in qcow_write_snapshots()
270 l1_table_offset = qcow2_alloc_clusters(bs, s->l1_size * sizeof(uint64_t)); in qcow2_snapshot_create()
Dqcow2-cluster.c58 new_l1_table_offset = qcow2_alloc_clusters(bs, new_l1_size2); in qcow2_grow_l1_table()
242 l2_offset = qcow2_alloc_clusters(bs, s->l2_size * sizeof(uint64_t)); in l2_allocate()
853 cluster_offset = qcow2_alloc_clusters(bs, nb_clusters * s->cluster_size); in qcow2_alloc_cluster_offset()
Dqcow2.h176 int64_t qcow2_alloc_clusters(BlockDriverState *bs, int64_t size);
Dqcow2-refcount.c612 int64_t qcow2_alloc_clusters(BlockDriverState *bs, int64_t size) in qcow2_alloc_clusters() function
641 s->free_byte_offset = qcow2_alloc_clusters(bs, s->cluster_size); in qcow2_alloc_bytes()
659 offset = qcow2_alloc_clusters(bs, s->cluster_size); in qcow2_alloc_bytes()