Searched refs:block_groups (Results 1 – 2 of 2) sorted by relevance
203 local block_groups="${5:-}"206 if [[ -n "${block_groups}" ]]; then207 mkfs_opts+=( -G "${block_groups}" )
380 u32 block_groups = DIV_ROUND_UP(blocks, info.blocks_per_group); in compute_inodes_per_group() local381 u32 inodes = DIV_ROUND_UP(info.inodes, block_groups); in compute_inodes_per_group()387 info.inodes = inodes * block_groups; in compute_inodes_per_group()395 u32 block_groups = DIV_ROUND_UP(blocks, info.blocks_per_group); in compute_bg_desc_reserve_blocks() local396 u32 bg_desc_blocks = DIV_ROUND_UP(block_groups * sizeof(struct ext2_group_desc), in compute_bg_desc_reserve_blocks()400 DIV_ROUND_UP(block_groups * 1024 * sizeof(struct ext2_group_desc), in compute_bg_desc_reserve_blocks()