Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nilfs2/
Dthe_nilfs.c249 blocksize = BLOCK_SIZE << le32_to_cpu(sbp[0]->s_log_block_size); in load_nilfs()
515 unsigned int shift_bits = le32_to_cpu(sbp->s_log_block_size); in nilfs_sb2_bad_offset()
671 blocksize = BLOCK_SIZE << le32_to_cpu(sbp->s_log_block_size); in init_nilfs()
/linux-4.19.296/fs/ext2/
Dext2.h417 __le32 s_log_block_size; /* Block size */ member
631 A(EXT2_SB_BSIZE_OFFSET, s_log_block_size); in verify_offsets()
Dsuper.c980 if (le32_to_cpu(es->s_log_block_size) > in ext2_fill_super()
984 le32_to_cpu(es->s_log_block_size)); in ext2_fill_super()
987 blocksize = BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size); in ext2_fill_super()
1070 if (es->s_log_frag_size != es->s_log_block_size) { in ext2_fill_super()
/linux-4.19.296/include/uapi/linux/
Dnilfs2_ondisk.h151 __le32 s_log_block_size; /* member
/linux-4.19.296/fs/ext4/
Dsuper.c2093 BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size); in parse_options()
3767 blocksize = BLOCK_SIZE << le32_to_cpu(es->s_log_block_size); in ext4_fill_super()
3772 blocksize, le32_to_cpu(es->s_log_block_size)); in ext4_fill_super()
3957 if (le32_to_cpu(es->s_log_block_size) > in ext4_fill_super()
3961 le32_to_cpu(es->s_log_block_size)); in ext4_fill_super()
4094 le32_to_cpu(es->s_log_block_size); in ext4_fill_super()
4170 if ((es->s_first_data_block == 0) && (es->s_log_block_size == 0) && in ext4_fill_super()
Dext4.h265 # define EXT4_BLOCK_SIZE(s) (EXT4_MIN_BLOCK_SIZE << (s)->s_log_block_size)
274 # define EXT4_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10)
1216 __le32 s_log_block_size; /* Block size */ member