OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:block_groups
(Results
1 - 1
of
1
) sorted by null
/system/extras/ext4_utils/
make_ext4fs.c
330
u32
block_groups
= DIV_ROUND_UP(blocks, info.blocks_per_group);
local
331
u32 inodes = DIV_ROUND_UP(info.inodes,
block_groups
);
337
info.inodes = inodes *
block_groups
;
345
u32
block_groups
= DIV_ROUND_UP(blocks, info.blocks_per_group);
local
346
u32 bg_desc_blocks = DIV_ROUND_UP(
block_groups
* sizeof(struct ext2_group_desc),
350
DIV_ROUND_UP(
block_groups
* 1024 * sizeof(struct ext2_group_desc),
Completed in 40 milliseconds