Searched refs:first_free_block (Results 1 – 1 of 1) sorted by relevance
55 u32 first_free_block; member237 if (start == bg->first_free_block) in reserve_blocks()238 bg->first_free_block = start + num; in reserve_blocks()246 u32 block = bg->first_free_block - 1; in free_blocks()250 bg->first_free_block -= num_blocks; in free_blocks()306 bg->first_free_block = 0; in init_bg()311 if (reserve_blocks(bg, bg->first_free_block, bg->header_blocks) < 0) in init_bg()348 u32 block = aux_info.bgs[bg_num].first_free_block; in ext4_allocate_blocks_from_block_group()350 if (reserve_blocks(bg, bg->first_free_block, len) < 0) { in ext4_allocate_blocks_from_block_group()