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

  /system/extras/ext4_utils/
allocate.c 40 alloc->list.partial_iter = 0;
42 alloc->oob_list.partial_iter = 0;
91 list->partial_iter = 0;
107 list1->partial_iter = 0;
278 alloc->list.partial_iter = 0;
479 alloc->list.partial_iter = 0;
510 block += alloc->list.partial_iter;
523 block += alloc->oob_list.partial_iter;
538 *len = alloc->list.iter->len - alloc->list.partial_iter;
545 alloc->list.partial_iter = 0
    [all...]
allocate.h 36 u32 partial_iter; member in struct:region_list

Completed in 69 milliseconds