Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dresize.c307 struct ext4_new_group_data *group_data = flex_gd->groups; in ext4_alloc_group_tables() local
320 BUG_ON(flex_gd->count == 0 || group_data == NULL); in ext4_alloc_group_tables()
322 src_group = group_data[0].group; in ext4_alloc_group_tables()
328 group = group_data[0].group; in ext4_alloc_group_tables()
329 if (src_group >= group_data[0].group + flex_gd->count) in ext4_alloc_group_tables()
332 last_blk = start_blk + group_data[src_group - group].blocks_count; in ext4_alloc_group_tables()
343 last_blk += group_data[src_group - group].blocks_count; in ext4_alloc_group_tables()
352 group_data[bb_index].block_bitmap = start_blk++; in ext4_alloc_group_tables()
354 group -= group_data[0].group; in ext4_alloc_group_tables()
355 group_data[group].mdata_blocks++; in ext4_alloc_group_tables()
[all …]
/linux/lib/
H A Ddecompress_bunzip2.c82 struct group_data { struct
107 struct group_data groups[MAX_GROUPS]; /* Huffman coding tables */ argument
158 struct group_data *hufGroup = NULL; in get_next_block()
/linux/tools/perf/util/
H A Dstat.h42 u64 *group_data; member
H A Dstat.c149 zfree(&ps->group_data); in evsel__free_stat_priv()
H A Devsel.c2032 u64 *data = ps->group_data; in evsel__read_group()
2045 ps->group_data = data; in evsel__read_group()
/linux/drivers/gpu/drm/
H A Ddrm_connector.c3579 if (!memcmp(tg->group_data, topology, 8)) { in drm_mode_get_tile_group()
3613 memcpy(tg->group_data, topology, 8); in drm_mode_create_tile_group()