Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dallocate.c260 struct region *last_reg = alloc->list.last; in reduce_allocation() local
262 if (last_reg->len > len) { in reduce_allocation()
263 free_blocks(&aux_info.bgs[last_reg->bg], len); in reduce_allocation()
264 last_reg->len -= len; in reduce_allocation()
268 free_blocks(&aux_info.bgs[last_reg->bg], last_reg->len); in reduce_allocation()
269 len -= last_reg->len; in reduce_allocation()
278 free(last_reg); in reduce_allocation()