OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_changed
(Results
1 - 1
of
1
) sorted by null
/external/qemu/block/
cow.c
127
static inline int
is_changed
(uint8_t *bitmap,
function
151
return
is_changed
(s->cow_bitmap, sector_num, nb_sectors, pnum);
161
if (
is_changed
(s->cow_bitmap, sector_num, nb_sectors, &n)) {
Completed in 106 milliseconds