OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:refcount_table_index
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/lib/ext2fs/
qcow2.h
84
__u32
refcount_table_index
;
member in struct:ext2_qcow2_refcount
/external/qemu/block/
qcow2-refcount.c
121
int
refcount_table_index
, block_index;
local
125
refcount_table_index
= cluster_index >> (s->cluster_bits - REFCOUNT_SHIFT);
126
if (
refcount_table_index
>= s->refcount_table_size)
128
refcount_block_offset = s->refcount_table[
refcount_table_index
];
181
unsigned int
refcount_table_index
;
local
187
refcount_table_index
= cluster_index >> (s->cluster_bits - REFCOUNT_SHIFT);
189
if (
refcount_table_index
< s->refcount_table_size) {
192
s->refcount_table[
refcount_table_index
];
244
refcount_table_index
, cluster_index << s->cluster_bits, new_block);
279
if (
refcount_table_index
< s->refcount_table_size)
[
all
...]
/external/e2fsprogs/misc/
e2image.c
845
ref->
refcount_table_index
= 0;
1078
if (table_index != ref->
refcount_table_index
) {
1086
ref->refcount_table[ref->
refcount_table_index
] =
1090
ref->
refcount_table_index
= table_index;
1110
ref->refcount_table[ref->
refcount_table_index
] =
[
all
...]
Completed in 3042 milliseconds