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.h207 int qcow2_alloc_cluster_link_l2(BlockDriverState *bs, QCowL2Meta *m);
Dqcow2.c566 ret = qcow2_alloc_cluster_link_l2(bs, &acb->l2meta); in qcow_aio_write_cb()
812 ret = qcow2_alloc_cluster_link_l2(bs, &meta); in preallocate()
Dqcow2-cluster.c667 int qcow2_alloc_cluster_link_l2(BlockDriverState *bs, QCowL2Meta *m) in qcow2_alloc_cluster_link_l2() function