HomeSort by relevance Sort by last modified time
    Searched defs:cluster_cache_offset (Results 1 - 2 of 2) sorted by null

  /external/qemu/block/
qcow2.h 100 uint64_t cluster_cache_offset; member in struct:BDRVQcowState
qcow.c 72 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 407 milliseconds