Searched refs:header_blocks (Results 1 – 2 of 2) sorted by relevance
270 int header_blocks = 2 + aux_info.inode_table_blocks; in init_bg() local275 header_blocks += 1 + aux_info.bg_desc_blocks + info.bg_desc_reserve_blocks; in init_bg()281 bg->header_blocks = header_blocks; in init_bg()300 if (reserve_blocks(bg, i, 0, bg->header_blocks) < 0) in init_bg()301 error("failed to reserve %u blocks in block group %u\n", bg->header_blocks, i); in init_bg()303 reserve_bg_chunk(i, bg->header_blocks, 0); in init_bg()
48 int header_blocks; member