Searched defs:Qcow2Cache (Results 1 – 2 of 2) sorted by relevance
38 struct Qcow2Cache { struct39 Qcow2CachedTable *entries; argument40 struct Qcow2Cache *depends; argument49 static inline void *qcow2_cache_get_table_addr(Qcow2Cache *c, int table) in qcow2_cache_get_table_addr() argument
232 typedef struct Qcow2Cache Qcow2Cache; typedef