Searched defs:QCowL2Meta (Results 1 – 1 of 1) sorted by relevance
443 typedef struct QCowL2Meta struct446 uint64_t offset;449 uint64_t alloc_offset;452 int nb_clusters;455 bool keep_old_clusters;461 CoQueue dependent_requests;468 Qcow2COWRegion cow_start;475 Qcow2COWRegion cow_end;500 struct QCowL2Meta *next; argument503 } QCowL2Meta; typedef