Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dallocate.c369 unsigned int found_bg = 0, found_prev_chunk = 0, found_block = 0; in ext4_allocate_best_fit_partial() local
382 found_bg = i; in ext4_allocate_best_fit_partial()
388 found_bg = i; in ext4_allocate_best_fit_partial()
395 found_bg = i; in ext4_allocate_best_fit_partial()
411 bgs[found_bg].chunks[found_prev_chunk].len += found_allocate_len; in ext4_allocate_best_fit_partial()
412 if (reserve_blocks(&bgs[found_bg], in ext4_allocate_best_fit_partial()
413 found_bg, in ext4_allocate_best_fit_partial()
416 error("failed to reserve %u blocks in block group %u\n", found_allocate_len, found_bg); in ext4_allocate_best_fit_partial()
419 bgs[found_bg].data_blocks_used += found_allocate_len; in ext4_allocate_best_fit_partial()
421 reg->block = found_block + bgs[found_bg].first_block; in ext4_allocate_best_fit_partial()
[all …]