Home
last modified time | relevance | path

Searched refs:QCOW2_OL_ACTIVE_L1 (Results 1 – 4 of 4) sorted by last modified time

/qemu/block/
H A Dqcow2.h565 QCOW2_OL_ACTIVE_L1 = (1 << QCOW2_OL_ACTIVE_L1_BITNR), enumerator
579 (QCOW2_OL_MAIN_HEADER | QCOW2_OL_ACTIVE_L1 | QCOW2_OL_REFCOUNT_TABLE | \
H A Dqcow2-cluster.c246 ret = qcow2_pre_write_overlap_check(bs, QCOW2_OL_ACTIVE_L1, in qcow2_write_l1_entry()
H A Dqcow2-refcount.c2942 if ((chk & QCOW2_OL_ACTIVE_L1) && s->l1_size) { in qcow2_check_metadata_overlap()
2944 return QCOW2_OL_ACTIVE_L1; in qcow2_check_metadata_overlap()
H A Dqcow2-snapshot.c846 ret = qcow2_pre_write_overlap_check(bs, QCOW2_OL_ACTIVE_L1, in qcow2_snapshot_goto()