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

  /external/qemu/block/
qcow2.h 101 QLIST_HEAD(QCowClusterAlloc, QCowL2Meta) cluster_allocs; member in struct:BDRVQcowState
qcow2-cluster.c 818 QLIST_FOREACH(old_alloc, &s->cluster_allocs, next_in_flight) {
849 QLIST_INSERT_HEAD(&s->cluster_allocs, m, next_in_flight);
qcow2.c 217 QLIST_INIT(&s->cluster_allocs);
    [all...]

Completed in 93 milliseconds