Searched refs:refcount_table_index (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dqcow2.h84 __u32 refcount_table_index; member in struct:ext2_qcow2_refcount
/external/qemu/block/
H A Dqcow2-refcount.c121 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 <
[all...]
/external/e2fsprogs/misc/
H A De2image.c845 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] =

Completed in 412 milliseconds