Home
last modified time | relevance | path

Searched refs:Qcow2CachedTable (Results 1 – 1 of 1) sorted by relevance

/qemu/block/
H A Dqcow2-cache.c31 typedef struct Qcow2CachedTable { struct
36 } Qcow2CachedTable; argument
39 Qcow2CachedTable *entries;
91 Qcow2CachedTable *t = &c->entries[i]; in can_clean_entry()
137 c->entries = g_try_new0(Qcow2CachedTable, num_tables); in qcow2_cache_create()
349 const Qcow2CachedTable *t = &c->entries[i]; in qcow2_cache_do_get()