Lines Matching full:overhead
123 ext4_grpblk_t overhead; in ext4_group_overhead_blocks() local
124 overhead = ext4_bg_num_gdb(sb, group); in ext4_group_overhead_blocks()
126 overhead += 1 + in ext4_group_overhead_blocks()
128 return overhead; in ext4_group_overhead_blocks()
143 unsigned overhead; in verify_group_input() local
155 overhead = ext4_group_overhead_blocks(sb, group); in verify_group_input()
156 metaend = start + overhead; in verify_group_input()
158 input->blocks_count - 2 - overhead - sbi->s_itb_per_group; in verify_group_input()
310 unsigned overhead; in ext4_alloc_group_tables() local
328 overhead = ext4_group_overhead_blocks(sb, src_group); in ext4_alloc_group_tables()
330 start_blk += overhead; in ext4_alloc_group_tables()
335 overhead = ext4_group_overhead_blocks(sb, src_group); in ext4_alloc_group_tables()
336 if (overhead == 0) in ext4_alloc_group_tables()
378 overhead = start_blk + itb - next_group_start; in ext4_alloc_group_tables()
379 group_data[group + 1].mdata_blocks += overhead; in ext4_alloc_group_tables()
380 itb -= overhead; in ext4_alloc_group_tables()
555 ext4_grpblk_t overhead; in setup_new_flex_group_blocks() local
645 overhead = ext4_group_overhead_blocks(sb, group); in setup_new_flex_group_blocks()
646 if (overhead != 0) { in setup_new_flex_group_blocks()
650 EXT4_NUM_B2C(sbi, overhead)); in setup_new_flex_group_blocks()
1392 const ext4_fsblk_t overhead) in ext4_add_overhead() argument
1397 sbi->s_overhead += overhead; in ext4_add_overhead()
1503 * Update the fs overhead information. in ext4_update_super()
1506 * overhead, update it with a value based on numbers already computed in ext4_update_super()
1651 int overhead; in ext4_setup_next_flex_gd() local
1655 overhead = ext4_group_overhead_blocks(sb, group + i); in ext4_setup_next_flex_gd()
1656 group_data[i].mdata_blocks = overhead; in ext4_setup_next_flex_gd()