Home
last modified time | relevance | path

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

/fs/ext2/
Dext2.h412 __le32 s_log_block_size; /* Block size */ member
610 A(EXT2_SB_BSIZE_OFFSET, s_log_block_size); in verify_offsets()
Dsuper.c952 if (le32_to_cpu(es->s_log_block_size) > in ext2_fill_super()
956 le32_to_cpu(es->s_log_block_size)); in ext2_fill_super()
959 blocksize = BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size); in ext2_fill_super()
1042 if (es->s_log_frag_size != es->s_log_block_size) { in ext2_fill_super()
/fs/nilfs2/
Dthe_nilfs.c211 unsigned int shift_bits = le32_to_cpu(sbp->s_log_block_size); in nilfs_get_blocksize()
542 unsigned int shift_bits = le32_to_cpu(sbp->s_log_block_size); in nilfs_sb2_bad_offset()
/fs/ext4/
Dsuper.c2491 BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size); in parse_options()
4195 if (le32_to_cpu(es->s_log_block_size) > in ext4_fill_super()
4199 le32_to_cpu(es->s_log_block_size)); in ext4_fill_super()
4210 blocksize = EXT4_MIN_BLOCK_SIZE << le32_to_cpu(es->s_log_block_size); in ext4_fill_super()
4558 le32_to_cpu(es->s_log_block_size); in ext4_fill_super()
4632 if ((es->s_first_data_block == 0) && (es->s_log_block_size == 0) && in ext4_fill_super()
Dext4.h271 # define EXT4_BLOCK_SIZE(s) (EXT4_MIN_BLOCK_SIZE << (s)->s_log_block_size)
280 # define EXT4_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10)
1297 __le32 s_log_block_size; /* Block size */ member