Searched defs:cluster_cache_offset (Results 1 - 2 of 2) sorted by relevance

/external/qemu/block/
H A Dqcow2.h100 uint64_t cluster_cache_offset; member in struct:BDRVQcowState
H A Dqcow.c72 uint64_t cluster_cache_offset; member in struct:BDRVQcowState
151 s->cluster_cache_offset = -1;
429 if (s->cluster_cache_offset != coffset) {
439 s->cluster_cache_offset = coffset;
722 s->cluster_cache_offset = -1; /* disable compressed cache */

Completed in 87 milliseconds