Searched defs:oob (Results 1 - 1 of 1) sorted by relevance

/system/extras/ext4_utils/
H A Dallocate.c609 /* Reserve the next blocks for oob data (indirect or extent blocks) */
612 struct region *oob = split_allocation(alloc, blocks); local
615 if (oob == NULL)
618 while (oob && oob != alloc->list.iter) {
619 next = oob->next;
620 region_list_remove(&alloc->list, oob);
621 region_list_append(&alloc->oob_list, oob);
622 oob = next;

Completed in 43 milliseconds