Home
last modified time | relevance | path

Searched refs:hblock (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/ext3/
Dsuper.c931 int hblock; in ext3_read_super() local
947 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() local
1339 hblock = get_hardsect_size(journal_dev); in ext3_get_dev_journal()
1340 if (blocksize < hblock) { in ext3_get_dev_journal()
/linux-2.4.37.9/fs/minix/
Dinode.c131 unsigned int hblock; in minix_read_super() local
141 hblock = get_hardsect_size(dev); in minix_read_super()
142 if (hblock > BLOCK_SIZE) in minix_read_super()