Home
last modified time | relevance | path

Searched refs:qcow2_alloc_clusters (Results 1 – 2 of 2) 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()