Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext2/
H A Dext2.h75 unsigned long s_blocks_per_group;/* Number of blocks in a group */ member
214 #define EXT2_BLOCKS_PER_GROUP(s) (EXT2_SB(s)->s_blocks_per_group)
425 __le32 s_blocks_per_group; /* # Blocks per group */ member
H A Dsuper.c1016 sbi->s_blocks_per_group = le32_to_cpu(es->s_blocks_per_group); in ext2_fill_super()
1051 if (sbi->s_blocks_per_group > sb->s_blocksize * 8) { in ext2_fill_super()
1054 sbi->s_blocks_per_group); in ext2_fill_super()
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Doverview.rst10 ``sb.s_blocks_per_group`` blocks, though it can also calculated as 8 \*
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c3313 if (sbi->s_stripe && sbi->s_stripe <= sbi->s_blocks_per_group) in ext4_get_stripe_size()
3315 else if (stripe_width && stripe_width <= sbi->s_blocks_per_group) in ext4_get_stripe_size()
3317 else if (stride && stride <= sbi->s_blocks_per_group) in ext4_get_stripe_size()
4522 sbi->s_blocks_per_group = le32_to_cpu(es->s_blocks_per_group); in ext4_fill_super()
4582 if (sbi->s_blocks_per_group != in ext4_fill_super()
4586 sbi->s_blocks_per_group, in ext4_fill_super()
4597 if (sbi->s_blocks_per_group > blocksize * 8) { in ext4_fill_super()
4600 sbi->s_blocks_per_group); in ext4_fill_super()
4603 sbi->s_clusters_per_group = sbi->s_blocks_per_group; in ext4_fill_super()
4609 if (sbi->s_blocks_per_group == clustersize << 3) in ext4_fill_super()
H A Dext4.h379 # define EXT4_BLOCKS_PER_GROUP(s) (EXT4_SB(s)->s_blocks_per_group)
385 # define EXT4_BLOCKS_PER_GROUP(s) ((s)->s_blocks_per_group)
1297 /*20*/ __le32 s_blocks_per_group; /* # Blocks per group */ member
1433 unsigned long s_blocks_per_group;/* Number of blocks in a group */ member