Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/filesystems/ext4/
A Dabout.rst29 actual size is calculated as 2 ^ (10 + ``sb.s_log_block_size``) bytes.
A Dsuper.rst56 - s_log_block_size
57 - Block size is 2 ^ (10 + s_log_block_size).
62 enabled. Otherwise s_log_cluster_size must equal s_log_block_size.
/linux-6.3-rc2/fs/ext2/
A Dext2.h422 __le32 s_log_block_size; /* Block size */ member
620 A(EXT2_SB_BSIZE_OFFSET, s_log_block_size); in verify_offsets()
A Dsuper.c948 blocksize = BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size); in ext2_fill_super()
/linux-6.3-rc2/include/uapi/linux/
A Dnilfs2_ondisk.h151 __le32 s_log_block_size; /* member
/linux-6.3-rc2/fs/nilfs2/
A Dthe_nilfs.c212 unsigned int shift_bits = le32_to_cpu(sbp->s_log_block_size); in nilfs_get_blocksize()
494 unsigned int shift_bits = le32_to_cpu(sbp->s_log_block_size); in nilfs_sb2_bad_offset()
/linux-6.3-rc2/fs/ext4/
A Dext4.h285 # define EXT4_BLOCK_SIZE(s) (EXT4_MIN_BLOCK_SIZE << (s)->s_log_block_size)
294 # define EXT4_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10)
1326 __le32 s_log_block_size; /* Block size */ member
A Dsuper.c2714 BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size); in ext4_check_opt_consistency()
4356 le32_to_cpu(es->s_log_block_size); in ext4_handle_clustersize()
4688 if ((es->s_first_data_block == 0) && (es->s_log_block_size == 0) && in ext4_geometry_check()
4963 if (le32_to_cpu(es->s_log_block_size) > in ext4_load_super()
4967 le32_to_cpu(es->s_log_block_size)); in ext4_load_super()
4978 blocksize = EXT4_MIN_BLOCK_SIZE << le32_to_cpu(es->s_log_block_size); in ext4_load_super()

Completed in 38 milliseconds