Home
last modified time | relevance | path

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

/fs/ext4/
Dresize.c255 struct ext4_new_group_data *group_data = flex_gd->groups; in ext4_alloc_group_tables() local
268 BUG_ON(flex_gd->count == 0 || group_data == NULL); in ext4_alloc_group_tables()
270 src_group = group_data[0].group; in ext4_alloc_group_tables()
276 group = group_data[0].group; in ext4_alloc_group_tables()
277 if (src_group >= group_data[0].group + flex_gd->count) in ext4_alloc_group_tables()
280 last_blk = start_blk + group_data[src_group - group].blocks_count; in ext4_alloc_group_tables()
291 last_blk += group_data[src_group - group].blocks_count; in ext4_alloc_group_tables()
300 group_data[bb_index].block_bitmap = start_blk++; in ext4_alloc_group_tables()
302 group -= group_data[0].group; in ext4_alloc_group_tables()
303 group_data[group].mdata_blocks++; in ext4_alloc_group_tables()
[all …]