Home
last modified time | relevance | path

Searched refs:qcow2_alloc_cluster_link_l2 (Results 1 – 3 of 3) sorted by relevance

/external/qemu/block/
Dqcow2.h191 int qcow2_alloc_cluster_link_l2(BlockDriverState *bs, uint64_t cluster_offset,
Dqcow2-cluster.c603 int qcow2_alloc_cluster_link_l2(BlockDriverState *bs, uint64_t cluster_offset, in qcow2_alloc_cluster_link_l2() function
Dqcow2.c545 if (qcow2_alloc_cluster_link_l2(bs, acb->cluster_offset, &acb->l2meta) < 0) { in qcow_aio_write_cb()