Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Doverview.rst10 ``sb.s_blocks_per_group`` blocks, though it can also calculated as 8 \*
/Linux-v4.19/fs/ext2/
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)
430 __le32 s_blocks_per_group; /* # Blocks per group */ member
Dsuper.c1026 sbi->s_blocks_per_group = le32_to_cpu(es->s_blocks_per_group); in ext2_fill_super()
1063 if (sbi->s_blocks_per_group > sb->s_blocksize * 8) { in ext2_fill_super()
1066 sbi->s_blocks_per_group); in ext2_fill_super()
/Linux-v4.19/fs/ext4/
Dsuper.c2795 if (sbi->s_stripe && sbi->s_stripe <= sbi->s_blocks_per_group) in ext4_get_stripe_size()
2797 else if (stripe_width && stripe_width <= sbi->s_blocks_per_group) in ext4_get_stripe_size()
2799 else if (stride && stride <= sbi->s_blocks_per_group) in ext4_get_stripe_size()
3908 sbi->s_blocks_per_group = le32_to_cpu(es->s_blocks_per_group); in ext4_fill_super()
3917 sbi->s_blocks_per_group); in ext4_fill_super()
3969 if (sbi->s_blocks_per_group != in ext4_fill_super()
3973 sbi->s_blocks_per_group, in ext4_fill_super()
3984 if (sbi->s_blocks_per_group > blocksize * 8) { in ext4_fill_super()
3987 sbi->s_blocks_per_group); in ext4_fill_super()
3990 sbi->s_clusters_per_group = sbi->s_blocks_per_group; in ext4_fill_super()
[all …]
Dext4.h362 # define EXT4_BLOCKS_PER_GROUP(s) (EXT4_SB(s)->s_blocks_per_group)
368 # define EXT4_BLOCKS_PER_GROUP(s) ((s)->s_blocks_per_group)
1205 /*20*/ __le32 s_blocks_per_group; /* # Blocks per group */ member
1350 unsigned long s_blocks_per_group;/* Number of blocks in a group */ member