OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitmap_blocks
(Results
1 - 1
of
1
) sorted by null
/external/qemu/block/
bochs.c
88
int
bitmap_blocks
;
member in struct:BDRVBochsState
148
s->
bitmap_blocks
= 1 + (le32_to_cpu(bochs.extra.redolog.bitmap) - 1) / 512;
174
(s->extent_blocks + s->
bitmap_blocks
));
186
return bitmap_offset + (512 * (s->
bitmap_blocks
+ extent_offset));
Completed in 1971 milliseconds