Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-cache.c38 struct Qcow2Cache { struct
39 Qcow2CachedTable *entries; argument
40 struct Qcow2Cache *depends; argument
49 static inline void *qcow2_cache_get_table_addr(Qcow2Cache *c, int table) in qcow2_cache_get_table_addr() argument
H A Dqcow2.h232 typedef struct Qcow2Cache Qcow2Cache; typedef