Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nilfs2/
Dthe_nilfs.c259 blocksize = BLOCK_SIZE << le32_to_cpu(sbp[0]->s_log_block_size); in load_nilfs()
460 (le32_to_cpu(sbp->s_log_block_size) + 10)); in nilfs_sb2_bad_offset()
599 blocksize = BLOCK_SIZE << le32_to_cpu(sbp->s_log_block_size); in init_nilfs()
/linux-4.4.14/fs/ext2/
Dext2.h422 __le32 s_log_block_size; /* Block size */ member
636 A(EXT2_SB_BSIZE_OFFSET, s_log_block_size); in verify_offsets()
Dsuper.c919 blocksize = BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size); in ext2_fill_super()
/linux-4.4.14/include/linux/
Dnilfs2_fs.h157 __le32 s_log_block_size; /* Block size represented as follows member
/linux-4.4.14/fs/ext4/
Dext4.h227 # define EXT4_BLOCK_SIZE(s) (EXT4_MIN_BLOCK_SIZE << (s)->s_log_block_size)
236 # define EXT4_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10)
1151 __le32 s_log_block_size; /* Block size */ member
Dsuper.c1751 BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size); in parse_options()
3367 blocksize = BLOCK_SIZE << le32_to_cpu(es->s_log_block_size); in ext4_fill_super()
3504 le32_to_cpu(es->s_log_block_size); in ext4_fill_super()