Searched refs:reserve_blocks (Results 1 – 1 of 1) sorted by relevance
/system/extras/ext4_utils/ |
D | allocate.c | 199 static int reserve_blocks(struct block_group_info *bg, u32 bg_num, u32 start, u32 num) in reserve_blocks() function 300 if (reserve_blocks(bg, i, 0, bg->header_blocks) < 0) in init_bg() 307 reserve_blocks(bg, i, info.blocks_per_group - overrun, overrun); in init_bg() 398 if (reserve_blocks(&bgs[found_bg], in ext4_allocate_best_fit_partial() 810 if (reserve_blocks(&bgs[reg->bg], reg->bg, reg->block - bgs[reg->bg].first_block, reg->len) < 0) { in reserve_blocks_for_allocation()
|