Home
last modified time | relevance | path

Searched refs:oob_list (Results 1 – 2 of 2) sorted by relevance

/system/extras/ext4_utils/
Dallocate.c61 alloc->oob_list.first = NULL; in create_allocation()
62 alloc->oob_list.last = NULL; in create_allocation()
65 alloc->oob_list.iter = NULL; in create_allocation()
66 alloc->oob_list.partial_iter = 0; in create_allocation()
140 dump_starting_from(alloc->oob_list.first);
500 struct region *reg = alloc->oob_list.iter; in get_oob_block()
501 block += alloc->oob_list.partial_iter; in get_oob_block()
603 region_list_append(&alloc->oob_list, oob); in reserve_oob_blocks()
639 return advance_list_ptr(&alloc->oob_list, blocks); in advance_oob_blocks()
652 region_list_append(&alloc->oob_list, reg); in append_oob_allocation()
[all …]
Dallocate.h35 struct region_list oob_list; member