OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 44 milliseconds