Home
last modified time | relevance | path

Searched refs:new_allocation (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/block/
H A Dqcow2-refcount.c3379 bool new_allocation; in qcow2_change_refcount_order() local
3394 new_allocation = false; in qcow2_change_refcount_order()
3408 &new_allocation, NULL, status_cb, cb_opaque, in qcow2_change_refcount_order()
3416 if (new_allocation) { in qcow2_change_refcount_order()
3434 } while (new_allocation); in qcow2_change_refcount_order()
3440 &flush_refblock, &new_allocation, new_set_refcount, in qcow2_change_refcount_order()
3446 assert(!new_allocation); in qcow2_change_refcount_order()
H A Dvmdk.c189 bool new_allocation; member
1598 m_data->new_allocation = false; in get_cluster_offset()
1743 m_data->new_allocation = true; in get_cluster_offset()
2131 if (m_data.new_allocation) { in vmdk_pwritev()