Searched refs:found_bg (Results 1 – 1 of 1) sorted by relevance
355 unsigned int found_bg = 0, found_prev_chunk = 0, found_block = 0; in ext4_allocate_best_fit_partial() local368 found_bg = i; in ext4_allocate_best_fit_partial()374 found_bg = i; in ext4_allocate_best_fit_partial()381 found_bg = i; in ext4_allocate_best_fit_partial()397 bgs[found_bg].chunks[found_prev_chunk].len += found_allocate_len; in ext4_allocate_best_fit_partial()398 if (reserve_blocks(&bgs[found_bg], in ext4_allocate_best_fit_partial()399 found_bg, in ext4_allocate_best_fit_partial()402 error("failed to reserve %u blocks in block group %u\n", found_allocate_len, found_bg); in ext4_allocate_best_fit_partial()405 bgs[found_bg].data_blocks_used += found_allocate_len; in ext4_allocate_best_fit_partial()407 reg->block = found_block + bgs[found_bg].first_block; in ext4_allocate_best_fit_partial()[all …]