Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-cache.c209 ret = qcow2_pre_write_overlap_check(bs, QCOW2_OL_REFCOUNT_BLOCK, in qcow2_cache_entry_flush()
212 ret = qcow2_pre_write_overlap_check(bs, QCOW2_OL_ACTIVE_L2, in qcow2_cache_entry_flush()
215 ret = qcow2_pre_write_overlap_check(bs, 0, in qcow2_cache_entry_flush()
H A Dqcow2-snapshot.c318 ret = qcow2_pre_write_overlap_check(bs, 0, offset, snapshots_size, false); in qcow2_write_snapshots()
692 ret = qcow2_pre_write_overlap_check(bs, 0, sn->l1_table_offset, in qcow2_snapshot_create()
846 ret = qcow2_pre_write_overlap_check(bs, QCOW2_OL_ACTIVE_L1, in qcow2_snapshot_goto()
H A Dqcow2-cluster.c155 ret = qcow2_pre_write_overlap_check(bs, 0, new_l1_table_offset, in qcow2_grow_l1_table()
246 ret = qcow2_pre_write_overlap_check(bs, QCOW2_OL_ACTIVE_L1, in qcow2_write_l1_entry()
549 ret = qcow2_pre_write_overlap_check(bs, 0, in do_perform_cow_write()
2383 ret = qcow2_pre_write_overlap_check(bs, 0, offset, in expand_zero_clusters_in_l1()
2423 ret = qcow2_pre_write_overlap_check( in expand_zero_clusters_in_l1()
H A Dqcow2-refcount.c1627 ret = qcow2_pre_write_overlap_check(bs, ign, l2e_offset, l2_entry_size(s), in fix_l2_entry_by_zero()
2052 ret = qcow2_pre_write_overlap_check(bs, QCOW2_OL_ACTIVE_L2, in check_oflag_copied()
2568 ret = qcow2_pre_write_overlap_check(bs, 0, refblock_offset, in rebuild_refcounts_write_refblocks()
2731 ret = qcow2_pre_write_overlap_check(bs, 0, reftable_offset, reftable_length, in rebuild_refcount_structure()
3069 int qcow2_pre_write_overlap_check(BlockDriverState *bs, int ign, int64_t offset, in qcow2_pre_write_overlap_check() function
3182 ret = qcow2_pre_write_overlap_check(bs, 0, offset, s->cluster_size, in flush_refblock()
3450 ret = qcow2_pre_write_overlap_check(bs, 0, new_reftable_offset, in qcow2_change_refcount_order()
H A Dqcow2-bitmap.c801 ret = qcow2_pre_write_overlap_check( in bitmap_list_store()
1345 ret = qcow2_pre_write_overlap_check(bs, 0, off, s->cluster_size, false); in store_bitmap_data()
1407 ret = qcow2_pre_write_overlap_check(bs, 0, tb_offset, in store_bitmap()
H A Dqcow2.h899 qcow2_pre_write_overlap_check(BlockDriverState *bs, int ign, int64_t offset,
H A Dqcow2.c148 assert(qcow2_pre_write_overlap_check(bs, 0, ret, clusterlen, false) == 0); in qcow2_crypto_hdr_init_func()
2550 ret = qcow2_pre_write_overlap_check(bs, 0, start_offset, nb_bytes, in handle_alloc_space()
2698 ret = qcow2_pre_write_overlap_check(bs, 0, host_offset, in qcow2_co_pwritev_part()
4247 ret = qcow2_pre_write_overlap_check(bs, 0, host_offset, cur_bytes, in qcow2_co_copy_range_to()
4703 ret = qcow2_pre_write_overlap_check(bs, 0, cluster_offset, out_len, true); in qcow2_co_pwritev_compressed_task()