Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dmake_ext4fs.c330 u32 block_groups = DIV_ROUND_UP(blocks, info.blocks_per_group); in compute_inodes_per_group() local
331 u32 inodes = DIV_ROUND_UP(info.inodes, block_groups); in compute_inodes_per_group()
337 info.inodes = inodes * block_groups; in compute_inodes_per_group()
345 u32 block_groups = DIV_ROUND_UP(blocks, info.blocks_per_group); in compute_bg_desc_reserve_blocks() local
346 u32 bg_desc_blocks = DIV_ROUND_UP(block_groups * sizeof(struct ext2_group_desc), in compute_bg_desc_reserve_blocks()
350 DIV_ROUND_UP(block_groups * 1024 * sizeof(struct ext2_group_desc), in compute_bg_desc_reserve_blocks()