Searched refs:EXT3_MIN_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
1723 blocksize = sb_min_blocksize(sb, EXT3_MIN_BLOCK_SIZE); in ext3_fill_super()1733 if (blocksize != EXT3_MIN_BLOCK_SIZE) { in ext3_fill_super()1734 logic_sb_block = (sb_block * EXT3_MIN_BLOCK_SIZE) / blocksize; in ext3_fill_super()1735 offset = (sb_block * EXT3_MIN_BLOCK_SIZE) % blocksize; in ext3_fill_super()1826 if (blocksize < EXT3_MIN_BLOCK_SIZE || in ext3_fill_super()1853 logic_sb_block = (sb_block * EXT3_MIN_BLOCK_SIZE) / blocksize; in ext3_fill_super()1854 offset = (sb_block * EXT3_MIN_BLOCK_SIZE) % blocksize; in ext3_fill_super()2252 sb_block = EXT3_MIN_BLOCK_SIZE / blocksize; in ext3_get_dev_journal()2253 offset = EXT3_MIN_BLOCK_SIZE % blocksize; in ext3_get_dev_journal()
80 #define EXT3_MIN_BLOCK_SIZE 1024 macro