Home
last modified time | relevance | path

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

/aosp12/system/extras/ext4_utils/
H A Dext4_sb.cpp27 info->blocks_per_group = sb->s_blocks_per_group; in ext4_parse_sb()
/aosp12/system/extras/tests/fstest/
H A Drecovery_test.cpp142 int num_bgs = DIV_ROUND_UP(sb.s_blocks_count_lo, sb.s_blocks_per_group); in corruptGdtFreeBlock()
/aosp12/system/extras/ext4_utils/include/ext4_utils/
H A Dext4.h139 #define EXT4_BLOCKS_PER_GROUP(s) ((s)->s_blocks_per_group)
424 __le32 s_blocks_per_group; member