Searched refs:s_log_block_size (Results 1 – 9 of 9) sorted by relevance
29 actual size is calculated as 2 ^ (10 + ``sb.s_log_block_size``) bytes.
56 - s_log_block_size57 - Block size is 2 ^ (10 + s_log_block_size).62 enabled. Otherwise s_log_cluster_size must equal s_log_block_size.
417 __le32 s_log_block_size; /* Block size */ member615 A(EXT2_SB_BSIZE_OFFSET, s_log_block_size); in verify_offsets()
947 if (le32_to_cpu(es->s_log_block_size) > in ext2_fill_super()951 le32_to_cpu(es->s_log_block_size)); in ext2_fill_super()954 blocksize = BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size); in ext2_fill_super()1040 if (es->s_log_frag_size != es->s_log_block_size) { in ext2_fill_super()
151 __le32 s_log_block_size; /* member
211 unsigned int shift_bits = le32_to_cpu(sbp->s_log_block_size); in nilfs_get_blocksize()547 unsigned int shift_bits = le32_to_cpu(sbp->s_log_block_size); in nilfs_sb2_bad_offset()
99 - uint32_t s_log_block_size; /* Block size */433 -#define EXT2_BLOCK_SIZE(s) (EXT2_MIN_BLOCK_SIZE << (s)->s_log_block_size)434 -#define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10)888 - __u32 s_log_block_size; /* Block size */
338 # define EXT4_BLOCK_SIZE(s) (EXT4_MIN_BLOCK_SIZE << (s)->s_log_block_size)347 # define EXT4_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10)1306 __le32 s_log_block_size; /* Block size */ member
2798 BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size); in ext4_check_opt_consistency()4433 le32_to_cpu(es->s_log_block_size); in ext4_handle_clustersize()4812 if ((es->s_first_data_block == 0) && (es->s_log_block_size == 0) && in ext4_check_geometry()5074 if (le32_to_cpu(es->s_log_block_size) > in ext4_load_super()5078 le32_to_cpu(es->s_log_block_size)); in ext4_load_super()5089 blocksize = EXT4_MIN_BLOCK_SIZE << le32_to_cpu(es->s_log_block_size); in ext4_load_super()