Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dallocate.c29 u32 partial_iter; member
69 alloc->list.partial_iter = 0; in create_allocation()
71 alloc->oob_list.partial_iter = 0; in create_allocation()
99 list->partial_iter = 0; in region_list_append()
247 alloc->list.partial_iter = 0; in reduce_allocation()
458 alloc->list.partial_iter = 0; in allocate_blocks()
489 block += alloc->list.partial_iter; in get_block()
502 block += alloc->oob_list.partial_iter; in get_oob_block()
517 *len = alloc->list.iter->len - alloc->list.partial_iter; in get_region()
524 alloc->list.partial_iter = 0; in get_next_region()
[all …]