Lines Matching refs:blocksize
789 int blocksize = BLOCK_SIZE; in ext2_fill_super() local
818 blocksize = sb_min_blocksize(sb, BLOCK_SIZE); in ext2_fill_super()
819 if (!blocksize) { in ext2_fill_super()
828 if (blocksize != BLOCK_SIZE) { in ext2_fill_super()
829 logic_sb_block = (sb_block*BLOCK_SIZE) / blocksize; in ext2_fill_super()
830 offset = (sb_block*BLOCK_SIZE) % blocksize; in ext2_fill_super()
913 blocksize = BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size); in ext2_fill_super()
916 if (blocksize != PAGE_SIZE) { in ext2_fill_super()
929 if (sb->s_blocksize != blocksize) { in ext2_fill_super()
932 if (!sb_set_blocksize(sb, blocksize)) { in ext2_fill_super()
934 "error: bad blocksize %d", blocksize); in ext2_fill_super()
938 logic_sb_block = (sb_block*BLOCK_SIZE) / blocksize; in ext2_fill_super()
939 offset = (sb_block*BLOCK_SIZE) % blocksize; in ext2_fill_super()
965 (sbi->s_inode_size > blocksize)) { in ext2_fill_super()