Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dallocate.c35 int header_blocks; member
285 int header_blocks = 2 + aux_info.inode_table_blocks; in init_bg() local
290 header_blocks += 1 + aux_info.bg_desc_blocks + info.bg_desc_reserve_blocks; in init_bg()
296 bg->header_blocks = header_blocks; in init_bg()
312 if (reserve_blocks(bg, bg->first_free_block, bg->header_blocks) < 0) in init_bg()
313 error("failed to reserve %u blocks in block group %u\n", bg->header_blocks, i); in init_bg()