Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/ext4/
H A Dabout.rst29 actual size is calculated as 2 ^ (10 + ``sb.s_log_block_size``) bytes.
/linux/fs/nilfs2/
H A Dthe_nilfs.c211 unsigned int shift_bits = le32_to_cpu(sbp->s_log_block_size); in nilfs_get_blocksize()
558 unsigned int shift_bits = le32_to_cpu(sbp->s_log_block_size); in nilfs_sb2_bad_offset()
/linux/fs/ext4/
H A Dext4.h341 # define EXT4_BLOCK_SIZE(s) (EXT4_MIN_BLOCK_SIZE << (s)->s_log_block_size)
350 # define EXT4_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10)
1336 __le32 s_log_block_size; /* Block size */ member
H A Dsuper.c4458 le32_to_cpu(es->s_log_block_size); in ext4_handle_clustersize()
4858 if ((es->s_first_data_block == 0) && (es->s_log_block_size == 0) && in ext4_check_geometry()
5168 if (le32_to_cpu(es->s_log_block_size) > in ext4_load_super()
5172 le32_to_cpu(es->s_log_block_size)); in ext4_load_super()
5183 blocksize = EXT4_MIN_BLOCK_SIZE << le32_to_cpu(es->s_log_block_size); in ext4_load_super()