Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext2/
Dext2.h72 unsigned long s_blocks_per_group;/* Number of blocks in a group */ member
209 #define EXT2_BLOCKS_PER_GROUP(s) (EXT2_SB(s)->s_blocks_per_group)
424 __le32 s_blocks_per_group; /* # Blocks per group */ member
Dsuper.c985 sbi->s_blocks_per_group = le32_to_cpu(es->s_blocks_per_group); in ext2_fill_super()
1022 if (sbi->s_blocks_per_group > sb->s_blocksize * 8) { in ext2_fill_super()
1025 sbi->s_blocks_per_group); in ext2_fill_super()
/linux-4.4.14/fs/ext4/
Dsuper.c2451 if (sbi->s_stripe && sbi->s_stripe <= sbi->s_blocks_per_group) in ext4_get_stripe_size()
2453 else if (stripe_width <= sbi->s_blocks_per_group) in ext4_get_stripe_size()
2455 else if (stride <= sbi->s_blocks_per_group) in ext4_get_stripe_size()
3456 sbi->s_blocks_per_group = le32_to_cpu(es->s_blocks_per_group); in ext4_fill_super()
3513 if (sbi->s_blocks_per_group != in ext4_fill_super()
3517 sbi->s_blocks_per_group, in ext4_fill_super()
3528 if (sbi->s_blocks_per_group > blocksize * 8) { in ext4_fill_super()
3531 sbi->s_blocks_per_group); in ext4_fill_super()
3534 sbi->s_clusters_per_group = sbi->s_blocks_per_group; in ext4_fill_super()
3547 if (sbi->s_blocks_per_group == clustersize << 3) in ext4_fill_super()
Dext4.h329 # define EXT4_BLOCKS_PER_GROUP(s) (EXT4_SB(s)->s_blocks_per_group)
335 # define EXT4_BLOCKS_PER_GROUP(s) ((s)->s_blocks_per_group)
1153 /*20*/ __le32 s_blocks_per_group; /* # Blocks per group */ member
1291 unsigned long s_blocks_per_group;/* Number of blocks in a group */ member