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

  /system/extras/ext4_utils/
allocate.c 37 alloc->oob_list.first = NULL;
38 alloc->oob_list.last = NULL;
41 alloc->oob_list.iter = NULL;
42 alloc->oob_list.partial_iter = 0;
130 dump_starting_from(alloc->oob_list.first);
522 struct region *reg = alloc->oob_list.iter;
523 block += alloc->oob_list.partial_iter;
625 region_list_append(&alloc->oob_list, oob);
661 return advance_list_ptr(&alloc->oob_list, blocks);
674 region_list_append(&alloc->oob_list, reg)
    [all...]
allocate.h 41 struct region_list oob_list; member in struct:block_allocation

Completed in 62 milliseconds