HomeSort by relevance Sort by last modified time
    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 87 milliseconds