Home
last modified time | relevance | path

Searched refs:has_data_file (Results 1 – 5 of 5) sorted by relevance

/qemu/block/
H A Dqcow2-snapshot.c651 if (has_data_file(bs)) { in qcow2_snapshot_create()
770 if (has_data_file(bs)) { in qcow2_snapshot_goto()
918 if (has_data_file(bs)) { in qcow2_snapshot_delete()
994 if (has_data_file(bs)) { in qcow2_snapshot_list()
H A Dqcow2-cluster.c669 if (has_data_file(bs)) { in qcow2_get_host_offset()
696 if (has_data_file(bs) && *host_offset != offset) { in qcow2_get_host_offset()
837 if (has_data_file(bs)) { in qcow2_alloc_compressed_cluster_offset()
1132 if (!has_data_file(bs) && !m->keep_old_clusters) { in qcow2_alloc_cluster_abort()
1613 if (has_data_file(bs)) { in do_alloc_cluster_offset()
2170 assert(has_data_file(bs)); in qcow2_subcluster_zeroize()
H A Dqcow2.c1882 if (open_data_file && has_data_file(bs)) { in qcow2_do_open()
2016 if (!has_data_file(state->bs)) { in qcow2_reopen_prepare()
2807 if (close_data_file && has_data_file(bs)) { in qcow2_do_close()
3007 if (has_data_file(bs) && s->image_data_file) { in qcow2_update_header()
4414 if (has_data_file(bs)) { in qcow2_co_truncate()
4446 if (has_data_file(bs)) { in qcow2_co_truncate()
4753 if (has_data_file(bs)) { in qcow2_co_pwritev_compressed_part()
5013 !has_data_file(bs)) { in qcow2_make_empty()
5281 .has_data_file_raw = has_data_file(bs), in qcow2_get_specific_info()
5452 if (has_data_file(bs)) { in qcow2_downgrade()
[all …]
H A Dqcow2.h644 static inline bool GRAPH_RDLOCK has_data_file(BlockDriverState *bs) in has_data_file() function
729 if (has_data_file(bs) && (l2_entry & QCOW_OFLAG_COPIED)) { in qcow2_get_cluster_type()
H A Dqcow2-refcount.c1168 if (has_data_file(bs)) { in qcow2_free_any_cluster()
1714 if (has_data_file(bs)) { in check_refcounts_l2()
1822 if (!has_data_file(bs)) { in check_refcounts_l2()
2024 if (has_data_file(bs)) { in check_oflag_copied()
2236 if (has_data_file(bs) && s->nb_snapshots) { in calculate_refcounts()
3074 if (data_file && has_data_file(bs)) { in qcow2_pre_write_overlap_check()