Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
A Dthe_nilfs.c248 blocksize = BLOCK_SIZE << le32_to_cpu(sbp[0]->s_log_block_size); in load_nilfs()
450 (le32_to_cpu(sbp->s_log_block_size) + 10)); in nilfs_sb2_bad_offset()
589 blocksize = BLOCK_SIZE << le32_to_cpu(sbp->s_log_block_size); in init_nilfs()
/linux/Documentation/filesystems/ext4/
A Dabout.rst29 actual size is calculated as 2 ^ (10 + ``sb.s_log_block_size``) bytes.
/linux/fs/ext2/
A Dext2.h421 __le32 s_log_block_size; /* Block size */ member
619 A(EXT2_SB_BSIZE_OFFSET, s_log_block_size); in verify_offsets()
A Dsuper.c946 blocksize = BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size); in ext2_fill_super()
/linux/include/uapi/linux/
A Dnilfs2_ondisk.h151 __le32 s_log_block_size; /* member
/linux/fs/ext4/
A Dsuper.c2490 BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size); in parse_options()
4066 if (le32_to_cpu(es->s_log_block_size) > in ext4_fill_super()
4070 le32_to_cpu(es->s_log_block_size)); in ext4_fill_super()
4081 blocksize = EXT4_MIN_BLOCK_SIZE << le32_to_cpu(es->s_log_block_size); in ext4_fill_super()
4428 le32_to_cpu(es->s_log_block_size); in ext4_fill_super()
4502 if ((es->s_first_data_block == 0) && (es->s_log_block_size == 0) && in ext4_fill_super()
A Dext4.h287 # define EXT4_BLOCK_SIZE(s) (EXT4_MIN_BLOCK_SIZE << (s)->s_log_block_size)
296 # define EXT4_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10)
1311 __le32 s_log_block_size; /* Block size */ member

Completed in 39 milliseconds