Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dmake_ext4fs.c360 u32 block_groups = DIV_ROUND_UP(blocks, info.blocks_per_group); in compute_inodes_per_group() local
361 u32 inodes = DIV_ROUND_UP(info.inodes, block_groups); in compute_inodes_per_group()
367 info.inodes = inodes * block_groups; in compute_inodes_per_group()
375 u32 block_groups = DIV_ROUND_UP(blocks, info.blocks_per_group); in compute_bg_desc_reserve_blocks() local
376 u32 bg_desc_blocks = DIV_ROUND_UP(block_groups * sizeof(struct ext2_group_desc), in compute_bg_desc_reserve_blocks()
380 DIV_ROUND_UP(block_groups * 1024 * sizeof(struct ext2_group_desc), in compute_bg_desc_reserve_blocks()