HomeSort by relevance Sort by last modified time
    Searched defs:partial_iter (Results 1 - 2 of 2) sorted by null

  /system/extras/ext4_utils/
allocate.h 30 u32 partial_iter; member in struct:region_list
  /external/qemu/distrib/ext4_utils/src/
allocate.c 29 u32 partial_iter; member in struct:region_list
76 alloc->list.partial_iter = 0;
78 alloc->oob_list.partial_iter = 0;
125 list->partial_iter = 0;
275 alloc->list.partial_iter = 0;
456 alloc->list.partial_iter = 0;
487 block += alloc->list.partial_iter;
500 block += alloc->oob_list.partial_iter;
515 *len = alloc->list.iter->len - alloc->list.partial_iter;
522 alloc->list.partial_iter = 0
    [all...]

Completed in 467 milliseconds