Lines Matching refs:blocksize
816 int blocksize = BLOCK_SIZE; in ext2_fill_super() local
848 blocksize = sb_min_blocksize(sb, BLOCK_SIZE); in ext2_fill_super()
849 if (!blocksize) { in ext2_fill_super()
858 if (blocksize != BLOCK_SIZE) { in ext2_fill_super()
859 logic_sb_block = (sb_block*BLOCK_SIZE) / blocksize; in ext2_fill_super()
860 offset = (sb_block*BLOCK_SIZE) % blocksize; in ext2_fill_super()
954 blocksize = BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size); in ext2_fill_super()
961 } else if (blocksize != PAGE_SIZE) { in ext2_fill_super()
968 if (sb->s_blocksize != blocksize) { in ext2_fill_super()
971 if (!sb_set_blocksize(sb, blocksize)) { in ext2_fill_super()
973 "error: bad blocksize %d", blocksize); in ext2_fill_super()
977 logic_sb_block = (sb_block*BLOCK_SIZE) / blocksize; in ext2_fill_super()
978 offset = (sb_block*BLOCK_SIZE) % blocksize; in ext2_fill_super()
1006 (sbi->s_inode_size > blocksize)) { in ext2_fill_super()