Home
last modified time | relevance | path

Searched refs:header_blocks (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/ext4_utils/src/
Dallocate.c47 int header_blocks; member
284 int header_blocks = 2 + aux_info.inode_table_blocks; in init_bg() local
289 header_blocks += 1 + aux_info.bg_desc_blocks + info.bg_desc_reserve_blocks; in init_bg()
295 bg->header_blocks = header_blocks; in init_bg()
311 if (reserve_blocks(bg, bg->first_free_block, bg->header_blocks) < 0) in init_bg()
312 error("failed to reserve %u blocks in block group %u\n", bg->header_blocks, i); in init_bg()