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

/system/extras/ext4_utils/
H A Dallocate.c56 u32 first_free_block; member in struct:block_group_info
228 if (start == bg->first_free_block)
229 bg->first_free_block = start + num;
237 u32 block = bg->first_free_block - 1;
241 bg->first_free_block -= num_blocks;
297 bg->first_free_block = 0;
301 if (reserve_blocks(bg, bg->first_free_block, bg->header_blocks) < 0)
337 u32 block = aux_info.bgs[bg_num].first_free_block;
339 if (reserve_blocks(bg, bg->first_free_block, len) < 0) {

Completed in 2 milliseconds