OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wr_highest_sector
(Results
1 - 2
of
2
) sorted by null
/external/qemu/include/block/
block_int.h
180
uint64_t
wr_highest_sector
;
member in struct:BlockDriverState
/external/qemu/
block.c
968
if (bs->
wr_highest_sector
< sector_num + nb_sectors - 1) {
969
bs->
wr_highest_sector
= sector_num + nb_sectors - 1;
[
all
...]
Completed in 701 milliseconds