Home | History | Annotate | Download | only in resize

Lines Matching refs:group_blk

855 	blk64_t		blk, group_blk;
962 group_blk = old_fs->super->s_first_data_block;
971 group_blk += fs->super->s_blocks_per_group;
974 for (blk = group_blk+1+new_blocks;
975 blk < group_blk+1+old_blocks; blk++) {
979 group_blk += fs->super->s_blocks_per_group;
995 mark_fs_metablock(rfs, meta_bmap, i, group_blk);
1002 for (blk = group_blk+1;
1003 blk < group_blk + 1 + new_blocks; blk++)
1014 group_blk + has_super);
1050 group_blk += rfs->new_fs->super->s_blocks_per_group;