Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dallocate.c30 u32 partial_iter; member
77 alloc->list.partial_iter = 0; in create_allocation()
79 alloc->oob_list.partial_iter = 0; in create_allocation()
126 list->partial_iter = 0; in region_list_append()
276 alloc->list.partial_iter = 0; in reduce_allocation()
489 alloc->list.partial_iter = 0; in allocate_blocks()
520 block += alloc->list.partial_iter; in get_block()
533 block += alloc->oob_list.partial_iter; in get_oob_block()
548 *len = alloc->list.iter->len - alloc->list.partial_iter; in get_region()
555 alloc->list.partial_iter = 0; in get_next_region()
[all …]