Searched refs:hblock (Results 1 – 2 of 2) sorted by relevance
931 int hblock; in ext3_read_super() local947 hblock = get_hardsect_size(dev); in ext3_read_super()948 if (blocksize < hblock) in ext3_read_super()949 blocksize = hblock; in ext3_read_super()1030 if (sb->s_blocksize < hblock) { in ext3_read_super()1032 "device blocksize %d.\n", blocksize, hblock); in ext3_read_super()1327 int hblock, blocksize; in ext3_get_dev_journal() local1339 hblock = get_hardsect_size(journal_dev); in ext3_get_dev_journal()1340 if (blocksize < hblock) { in ext3_get_dev_journal()
131 unsigned int hblock; in minix_read_super() local141 hblock = get_hardsect_size(dev); in minix_read_super()142 if (hblock > BLOCK_SIZE) in minix_read_super()