Lines Matching refs:grp
1030 struct super_block *sb, ext4_group_t grp, in __ext4_grp_locked_error() argument
1048 sb->s_id, function, line, grp); in __ext4_grp_locked_error()
1069 ext4_unlock_group(sb, grp); in __ext4_grp_locked_error()
1082 ext4_lock_group(sb, grp); in __ext4_grp_locked_error()
1091 struct ext4_group_info *grp = ext4_get_group_info(sb, group); in ext4_mark_group_bitmap_corrupted() local
1095 if (!grp || !gdp) in ext4_mark_group_bitmap_corrupted()
1099 &grp->bb_state); in ext4_mark_group_bitmap_corrupted()
1102 grp->bb_free); in ext4_mark_group_bitmap_corrupted()
1107 &grp->bb_state); in ext4_mark_group_bitmap_corrupted()
3274 ext4_group_t i, grp = sbi->s_groups_count; in ext4_check_descriptors() local
3290 if ((grp == sbi->s_groups_count) && in ext4_check_descriptors()
3292 grp = i; in ext4_check_descriptors()
3377 *first_not_zeroed = grp; in ext4_check_descriptors()
4112 static int count_overhead(struct super_block *sb, ext4_group_t grp, in count_overhead() argument
4120 int has_super = ext4_bg_has_super(sb, grp); in count_overhead()
4123 return (has_super + ext4_bg_num_gdb(sb, grp) + in count_overhead()
4128 (grp * EXT4_BLOCKS_PER_GROUP(sb)); in count_overhead()
4149 if (i != grp) in count_overhead()
4152 if (ext4_bg_has_super(sb, grp)) { in count_overhead()
4156 j = ext4_bg_num_gdb(sb, grp); in count_overhead()