Searched refs:EXT3_MIN_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
946 blocksize = EXT3_MIN_BLOCK_SIZE; in ext3_read_super()966 if (blocksize != EXT3_MIN_BLOCK_SIZE) { in ext3_read_super()967 logic_sb_block = (sb_block * EXT3_MIN_BLOCK_SIZE) / blocksize; in ext3_read_super()968 offset = (sb_block * EXT3_MIN_BLOCK_SIZE) % blocksize; in ext3_read_super()1013 if (sb->s_blocksize < EXT3_MIN_BLOCK_SIZE || in ext3_read_super()1038 logic_sb_block = (sb_block * EXT3_MIN_BLOCK_SIZE) / blocksize; in ext3_read_super()1039 offset = (sb_block * EXT3_MIN_BLOCK_SIZE) % blocksize; in ext3_read_super()1346 sb_block = EXT3_MIN_BLOCK_SIZE / blocksize; in ext3_get_dev_journal()1347 offset = EXT3_MIN_BLOCK_SIZE % blocksize; in ext3_get_dev_journal()
84 #define EXT3_MIN_BLOCK_SIZE 1024 macro90 # define EXT3_BLOCK_SIZE(s) (EXT3_MIN_BLOCK_SIZE << (s)->s_log_block_size)