Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dallocate.c64 alloc->list.partial_iter = 0; in create_allocation()
66 alloc->oob_list.partial_iter = 0; in create_allocation()
115 list->partial_iter = 0; in region_list_append()
276 alloc->list.partial_iter = 0; in reduce_allocation()
457 alloc->list.partial_iter = 0; in allocate_blocks()
488 block += alloc->list.partial_iter; in get_block()
501 block += alloc->oob_list.partial_iter; in get_oob_block()
516 *len = alloc->list.iter->len - alloc->list.partial_iter; in get_region()
523 alloc->list.partial_iter = 0; in get_next_region()
540 alloc->list.partial_iter = 0; in rewind_alloc()
[all …]
Dallocate.h30 u32 partial_iter; member