Lines Matching full:overhead
109 ext4_grpblk_t overhead; in ext4_group_overhead_blocks() local
110 overhead = ext4_bg_num_gdb(sb, group); in ext4_group_overhead_blocks()
112 overhead += 1 + in ext4_group_overhead_blocks()
114 return overhead; in ext4_group_overhead_blocks()
129 unsigned overhead; in verify_group_input() local
141 overhead = ext4_group_overhead_blocks(sb, group); in verify_group_input()
142 metaend = start + overhead; in verify_group_input()
143 free_blocks_count = input->blocks_count - 2 - overhead - in verify_group_input()
315 unsigned overhead; in ext4_alloc_group_tables() local
333 overhead = ext4_group_overhead_blocks(sb, src_group); in ext4_alloc_group_tables()
335 start_blk += overhead; in ext4_alloc_group_tables()
340 overhead = ext4_group_overhead_blocks(sb, src_group); in ext4_alloc_group_tables()
341 if (overhead == 0) in ext4_alloc_group_tables()
383 overhead = start_blk + itb - next_group_start; in ext4_alloc_group_tables()
384 group_data[group + 1].mdata_blocks += overhead; in ext4_alloc_group_tables()
385 itb -= overhead; in ext4_alloc_group_tables()
559 ext4_grpblk_t overhead; in setup_new_flex_group_blocks() local
644 overhead = ext4_group_overhead_blocks(sb, group); in setup_new_flex_group_blocks()
645 if (overhead != 0) { in setup_new_flex_group_blocks()
649 EXT4_NUM_B2C(sbi, overhead)); in setup_new_flex_group_blocks()
1401 const ext4_fsblk_t overhead) in ext4_add_overhead() argument
1406 sbi->s_overhead += overhead; in ext4_add_overhead()
1510 * Update the fs overhead information. in ext4_update_super()
1513 * overhead, update it with a value based on numbers already computed in ext4_update_super()
1657 int overhead; in ext4_setup_next_flex_gd() local
1661 overhead = ext4_group_overhead_blocks(sb, group + i); in ext4_setup_next_flex_gd()
1662 group_data[i].mdata_blocks = overhead; in ext4_setup_next_flex_gd()