Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dresize.c248 struct ext4_new_group_data *group_data = flex_gd->groups; in ext4_alloc_group_tables() local
260 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 …]
/linux-4.4.14/lib/
Ddecompress_bunzip2.c81 struct group_data { struct
106 struct group_data groups[MAX_GROUPS]; /* Huffman coding tables */ argument
157 struct group_data *hufGroup = NULL; in get_next_block()
/linux-4.4.14/include/drm/
Ddrm_crtc.h158 u8 group_data[8]; member
/linux-4.4.14/drivers/gpu/drm/
Ddrm_crtc.c5909 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()