Lines Matching full:overhead
104 ext4_grpblk_t overhead; in ext4_group_overhead_blocks() local
105 overhead = ext4_bg_num_gdb(sb, group); in ext4_group_overhead_blocks()
107 overhead += 1 + in ext4_group_overhead_blocks()
109 return overhead; in ext4_group_overhead_blocks()
124 unsigned overhead; in verify_group_input() local
136 overhead = ext4_group_overhead_blocks(sb, group); in verify_group_input()
137 metaend = start + overhead; in verify_group_input()
139 input->blocks_count - 2 - overhead - sbi->s_itb_per_group; in verify_group_input()
291 unsigned overhead; in ext4_alloc_group_tables() local
309 overhead = ext4_group_overhead_blocks(sb, src_group); in ext4_alloc_group_tables()
311 start_blk += overhead; in ext4_alloc_group_tables()
316 overhead = ext4_group_overhead_blocks(sb, src_group); in ext4_alloc_group_tables()
317 if (overhead == 0) in ext4_alloc_group_tables()
359 overhead = start_blk + itb - next_group_start; in ext4_alloc_group_tables()
360 group_data[group + 1].mdata_blocks += overhead; in ext4_alloc_group_tables()
361 itb -= overhead; in ext4_alloc_group_tables()
534 ext4_grpblk_t overhead; in setup_new_flex_group_blocks() local
623 overhead = ext4_group_overhead_blocks(sb, group); in setup_new_flex_group_blocks()
624 if (overhead != 0) { in setup_new_flex_group_blocks()
628 EXT4_NUM_B2C(sbi, overhead)); in setup_new_flex_group_blocks()
1446 * Update the fs overhead information in ext4_update_super()
1584 int overhead; in ext4_setup_next_flex_gd() local
1588 overhead = ext4_group_overhead_blocks(sb, group + i); in ext4_setup_next_flex_gd()
1589 group_data[i].mdata_blocks = overhead; in ext4_setup_next_flex_gd()