Home
last modified time | relevance | path

Searched refs:EXT3_BLOCKS_PER_GROUP (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/ext3/
Dballoc.c293 EXT3_BLOCKS_PER_GROUP(sb); in ext3_free_blocks()
295 EXT3_BLOCKS_PER_GROUP(sb); in ext3_free_blocks()
300 if (bit + count > EXT3_BLOCKS_PER_GROUP(sb)) { in ext3_free_blocks()
301 overflow = bit + count - EXT3_BLOCKS_PER_GROUP(sb); in ext3_free_blocks()
585 EXT3_BLOCKS_PER_GROUP(sb); in ext3_new_block()
592 EXT3_BLOCKS_PER_GROUP(sb)); in ext3_new_block()
613 j = find_next_usable_block(j, bh, EXT3_BLOCKS_PER_GROUP(sb)); in ext3_new_block()
640 EXT3_BLOCKS_PER_GROUP(sb)); in ext3_new_block()
680 tmp = j + i * EXT3_BLOCKS_PER_GROUP(sb) in ext3_new_block()
748 k < prealloc_goal && (j + k) < EXT3_BLOCKS_PER_GROUP(sb); in ext3_new_block()
[all …]
Dsuper.c722 EXT3_BLOCKS_PER_GROUP(sb), in ext3_setup_super()
760 block + EXT3_BLOCKS_PER_GROUP(sb)) in ext3_check_descriptors()
771 block + EXT3_BLOCKS_PER_GROUP(sb)) in ext3_check_descriptors()
782 block + EXT3_BLOCKS_PER_GROUP(sb)) in ext3_check_descriptors()
791 block += EXT3_BLOCKS_PER_GROUP(sb); in ext3_check_descriptors()
1118 if (EXT3_BLOCKS_PER_GROUP(sb) == 0) in ext3_read_super()
1122 EXT3_BLOCKS_PER_GROUP(sb) - 1) / in ext3_read_super()
1123 EXT3_BLOCKS_PER_GROUP(sb); in ext3_read_super()
Dinode.c485 EXT3_BLOCKS_PER_GROUP(inode->i_sb)) + in ext3_find_near()
/linux-2.4.37.9/include/linux/
Dext3_fs.h167 # define EXT3_BLOCKS_PER_GROUP(s) ((s)->u.ext3_sb.s_blocks_per_group) macro
172 # define EXT3_BLOCKS_PER_GROUP(s) ((s)->s_blocks_per_group) macro