Searched refs:first_free_block (Results 1 – 1 of 1) sorted by relevance
43 u32 first_free_block; member238 if (start == bg->first_free_block) in reserve_blocks()239 bg->first_free_block = start + num; in reserve_blocks()247 u32 block = bg->first_free_block - 1; in free_blocks()251 bg->first_free_block -= num_blocks; in free_blocks()307 bg->first_free_block = 0; in init_bg()312 if (reserve_blocks(bg, bg->first_free_block, bg->header_blocks) < 0) in init_bg()349 u32 block = aux_info.bgs[bg_num].first_free_block; in ext4_allocate_blocks_from_block_group()351 if (reserve_blocks(bg, bg->first_free_block, len) < 0) { in ext4_allocate_blocks_from_block_group()