OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:refcount_table_clusters
(Results
1 - 2
of
2
) sorted by null
/external/qemu/block/
qcow2.h
65
uint32_t
refcount_table_clusters
;
member in struct:QCowHeader
qcow2-refcount.c
151
unsigned int
refcount_table_clusters
=
local
154
while (min_clusters >
refcount_table_clusters
) {
155
refcount_table_clusters
= (
refcount_table_clusters
* 3 + 1) / 2;
158
return
refcount_table_clusters
<< (s->cluster_bits - 3);
[
all
...]
Completed in 2586 milliseconds