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

/external/qemu/distrib/ext4_utils/src/
H A Dallocate.c377 unsigned int found_bg = 0; local
385 found_bg = i;
393 u32 block = ext4_allocate_blocks_from_block_group(allocate_len, found_bg);
395 error("failed to allocate %d blocks in block group %d", allocate_len, found_bg);
403 reg->bg = found_bg;

Completed in 1049 milliseconds