OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qcow2_alloc_cluster_link_l2
(Results
1 - 3
of
3
) sorted by null
/external/qemu/block/
qcow2.h
207
int
qcow2_alloc_cluster_link_l2
(BlockDriverState *bs, QCowL2Meta *m);
qcow2.c
566
ret =
qcow2_alloc_cluster_link_l2
(bs, &acb->l2meta);
812
ret =
qcow2_alloc_cluster_link_l2
(bs, &meta);
[
all
...]
qcow2-cluster.c
667
int
qcow2_alloc_cluster_link_l2
(BlockDriverState *bs, QCowL2Meta *m)
function
Completed in 3081 milliseconds