Searched refs:EXT2_BLOCKS_PER_GROUP (Results 1 – 10 of 10) sorted by relevance
77 block_nbytes = EXT2_BLOCKS_PER_GROUP(fs->super) / 8; in write_bitmaps()106 % EXT2_BLOCKS_PER_GROUP(fs->super)); in write_bitmaps()170 int block_nbytes = (int) EXT2_BLOCKS_PER_GROUP(fs->super) / 8; in read_bitmaps()
301 size = EXT2_BLOCKS_PER_GROUP(fs->super) / 8; in ext2fs_image_bitmap_write()365 size = EXT2_BLOCKS_PER_GROUP(fs->super) / 8; in ext2fs_image_bitmap_read()
157 real_end = (EXT2_BLOCKS_PER_GROUP(fs->super) in ext2fs_allocate_block_bitmap()
271 blocks_per_group = EXT2_BLOCKS_PER_GROUP(fs->super); in ext2fs_open2()
213 EXT2_BLOCKS_PER_GROUP(super)); in ext2fs_initialize()
220 #define EXT2_BLOCKS_PER_GROUP(s) (EXT2_SB(s)->s_blocks_per_group) macro
152 # define EXT2_BLOCKS_PER_GROUP(s) (EXT2_SB(s)->s_blocks_per_group) macro157 # define EXT2_BLOCKS_PER_GROUP(s) ((s)->s_blocks_per_group) macro
50 EXT2_BLOCKS_PER_GROUP(fs->super)), in online_resize_fs()
197 EXT2_BLOCKS_PER_GROUP(fs->super)); in adjust_fs_info()267 real_end = ((EXT2_BLOCKS_PER_GROUP(fs->super) in adjust_fs_info()
567 (EXT2_BLOCKS_PER_GROUP(fs->super) * fs->group_desc_count) - 1; in check_block_end()