Searched refs:reserve_blocks (Results 1 - 1 of 1) sorted by last modified time

/system/extras/ext4_utils/
H A Dallocate.c198 static int reserve_blocks(struct block_group_info *bg, u32 start, u32 num) function
301 if (reserve_blocks(bg, bg->first_free_block, bg->header_blocks) < 0)
306 reserve_blocks(bg, info.blocks_per_group - overrun, overrun);
339 if (reserve_blocks(bg, bg->first_free_block, len) < 0) {

Completed in 170 milliseconds