Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2.h443 typedef struct QCowL2Meta struct
446 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; argument
503 } QCowL2Meta; typedef