Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-bitmap.c790 dir_offset = qcow2_alloc_clusters(bs, dir_size); in bitmap_list_store()
1331 off = qcow2_alloc_clusters(bs, s->cluster_size); in store_bitmap_data()
1398 tb_offset = qcow2_alloc_clusters(bs, tb_size * sizeof(tb[0])); in store_bitmap()
H A Dqcow2-snapshot.c305 snapshots_offset = qcow2_alloc_clusters(bs, snapshots_size); in qcow2_write_snapshots()
673 l1_table_offset = qcow2_alloc_clusters(bs, s->l1_size * L1E_SIZE); in qcow2_snapshot_create()
H A Dqcow2-cluster.c142 new_l1_table_offset = qcow2_alloc_clusters(bs, new_l1_size2); in qcow2_grow_l1_table()
288 l2_offset = qcow2_alloc_clusters(bs, s->l2_size * l2_entry_size(s)); in l2_allocate()
1624 qcow2_alloc_clusters(bs, *nb_clusters * s->cluster_size); in do_alloc_cluster_offset()
2343 offset = qcow2_alloc_clusters(bs, s->cluster_size); in expand_zero_clusters_in_l1()
H A Dqcow2.h870 qcow2_alloc_clusters(BlockDriverState *bs, uint64_t size);
H A Dqcow2-refcount.c1009 int64_t qcow2_alloc_clusters(BlockDriverState *bs, uint64_t size) in qcow2_alloc_clusters() function
3152 offset = qcow2_alloc_clusters(bs, s->cluster_size); in alloc_refblock()
3424 new_reftable_offset = qcow2_alloc_clusters(bs, new_reftable_size * in qcow2_change_refcount_order()
H A Dqcow2.c131 ret = qcow2_alloc_clusters(bs, headerlen); in qcow2_crypto_hdr_init_func()
3797 ret = qcow2_alloc_clusters(blk_bs(blk), 3 * cluster_size); in qcow2_co_create()
4976 offset = qcow2_alloc_clusters(bs, 3 * s->cluster_size + l1_size2); in make_completely_empty()