Home
last modified time | relevance | path

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

/external/qemu/block/
Dqcow2.h101 QLIST_HEAD(QCowClusterAlloc, QCowL2Meta) cluster_allocs;
135 typedef struct QCowL2Meta struct
142 struct QCowL2Meta *depends_on; argument
145 QLIST_ENTRY(QCowL2Meta) next_in_flight;
146 } QCowL2Meta; typedef
202 int n_start, int n_end, int *num, QCowL2Meta *m);
207 int qcow2_alloc_cluster_link_l2(BlockDriverState *bs, QCowL2Meta *m);
Dqcow2-cluster.c667 int qcow2_alloc_cluster_link_l2(BlockDriverState *bs, QCowL2Meta *m) in qcow2_alloc_cluster_link_l2()
751 int n_start, int n_end, int *num, QCowL2Meta *m) in qcow2_alloc_cluster_offset()
758 QCowL2Meta *old_alloc; in qcow2_alloc_cluster_offset()
Dqcow2.c342 QCowL2Meta l2meta;
535 static void run_dependent_requests(QCowL2Meta *m) in run_dependent_requests()
798 QCowL2Meta meta; in preallocate()