Searched refs:o_group (Results 1 – 1 of 1) sorted by relevance
239 ext4_group_t o_group, ext4_group_t n_group) in alloc_flex_gd() argument253 last_group = o_group | (flex_gd->resize_bg - 1); in alloc_flex_gd()255 flex_gd->resize_bg = 1 << fls(n_group - o_group); in alloc_flex_gd()257 flex_gd->resize_bg = 1 << max(fls(last_group - o_group), in alloc_flex_gd()2006 ext4_group_t o_group; in ext4_resize_fs() local2054 ext4_get_group_no_and_offset(sb, o_blocks_count - 1, &o_group, &offset); in ext4_resize_fs()2124 if (n_group == o_group) in ext4_resize_fs()2145 flex_gd = alloc_flex_gd(flexbg_size, o_group, n_group); in ext4_resize_fs()