OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:refcount_table_size
(Results
1 - 3
of
3
) sorted by null
/external/qemu/block/
qcow2-refcount.c
65
refcount_table_size2 = s->
refcount_table_size
* sizeof(uint64_t);
67
if (s->
refcount_table_size
> 0) {
73
for(i = 0; i < s->
refcount_table_size
; i++)
126
if (refcount_table_index >= s->
refcount_table_size
)
152
MAX(1, s->
refcount_table_size
>> (s->cluster_bits - 3));
189
if (refcount_table_index < s->
refcount_table_size
) {
279
if (refcount_table_index < s->
refcount_table_size
) {
331
s->
refcount_table_size
, table_size);
345
s->
refcount_table_size
* sizeof(uint64_t));
398
uint64_t old_table_size = s->
refcount_table_size
;
[
all
...]
qcow2.h
105
uint32_t
refcount_table_size
;
member in struct:BDRVQcowState
qcow2.c
182
s->
refcount_table_size
=
[
all
...]
Completed in 519 milliseconds