HomeSort by relevance Sort by last modified time
    Searched refs:QCowL2Meta (Results 1 - 3 of 3) sorted by null

  /external/qemu/block/
qcow2.h 101 QLIST_HEAD(QCowClusterAlloc, QCowL2Meta) cluster_allocs;
135 typedef struct QCowL2Meta
142 struct QCowL2Meta *depends_on;
145 QLIST_ENTRY(QCowL2Meta) next_in_flight;
146 } QCowL2Meta;
202 int n_start, int n_end, int *num, QCowL2Meta *m);
207 int qcow2_alloc_cluster_link_l2(BlockDriverState *bs, QCowL2Meta *m);
qcow2-cluster.c 667 int qcow2_alloc_cluster_link_l2(BlockDriverState *bs, QCowL2Meta *m)
751 int n_start, int n_end, int *num, QCowL2Meta *m)
758 QCowL2Meta *old_alloc;
qcow2.c 342 QCowL2Meta l2meta;
535 static void run_dependent_requests(QCowL2Meta *m)
798 QCowL2Meta meta;
    [all...]

Completed in 43 milliseconds