Home
last modified time | relevance | path

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

/fs/nilfs2/
Dthe_nilfs.c257 blocksize = BLOCK_SIZE << le32_to_cpu(sbp[0]->s_log_block_size); in load_nilfs()
448 (le32_to_cpu(sbp->s_log_block_size) + 10)); in nilfs_sb2_bad_offset()
587 blocksize = BLOCK_SIZE << le32_to_cpu(sbp->s_log_block_size); in init_nilfs()
/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.c901 blocksize = BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size); in ext2_fill_super()
/fs/ext4/
Dext4.h239 # define EXT4_BLOCK_SIZE(s) (EXT4_MIN_BLOCK_SIZE << (s)->s_log_block_size)
248 # define EXT4_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10)
1079 __le32 s_log_block_size; /* Block size */ member
Dsuper.c1716 BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size); in parse_options()
3675 blocksize = BLOCK_SIZE << le32_to_cpu(es->s_log_block_size); in ext4_fill_super()
3802 le32_to_cpu(es->s_log_block_size); in ext4_fill_super()
/fs/ext3/
Dext3.h411 __le32 s_log_block_size; /* Block size */ member
Dsuper.c1766 blocksize = BLOCK_SIZE << le32_to_cpu(es->s_log_block_size); in ext3_fill_super()