Searched refs:group_data (Results 1 – 4 of 4) sorted by relevance
248 struct ext4_new_group_data *group_data = flex_gd->groups; in ext4_alloc_group_tables() local260 BUG_ON(flex_gd->count == 0 || group_data == NULL); in ext4_alloc_group_tables()262 src_group = group_data[0].group; in ext4_alloc_group_tables()268 group = group_data[0].group; in ext4_alloc_group_tables()269 if (src_group >= group_data[0].group + flex_gd->count) in ext4_alloc_group_tables()272 last_blk = start_blk + group_data[src_group - group].blocks_count; in ext4_alloc_group_tables()283 last_blk += group_data[src_group - group].blocks_count; in ext4_alloc_group_tables()292 group_data[bb_index].block_bitmap = start_blk++; in ext4_alloc_group_tables()294 group -= group_data[0].group; in ext4_alloc_group_tables()295 group_data[group].free_blocks_count--; in ext4_alloc_group_tables()[all …]
81 struct group_data { struct106 struct group_data groups[MAX_GROUPS]; /* Huffman coding tables */ argument157 struct group_data *hufGroup = NULL; in get_next_block()
158 u8 group_data[8]; member
5909 if (!memcmp(tg->group_data, topology, 8)) { in drm_mode_get_tile_group()5943 memcpy(tg->group_data, topology, 8); in drm_mode_create_tile_group()