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

  /external/qemu/block/
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 */
qcow2.h 100 uint64_t cluster_cache_offset; member in struct:BDRVQcowState
qcow2-cluster.c 907 if (s->cluster_cache_offset != coffset) {
920 s->cluster_cache_offset = coffset;
qcow2.c 212 s->cluster_cache_offset = -1;
651 s->cluster_cache_offset = -1; /* disable compressed cache */
    [all...]

Completed in 738 milliseconds