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()
317 unsigned overhead; in ext4_alloc_group_tables() local
335 overhead = ext4_group_overhead_blocks(sb, src_group); in ext4_alloc_group_tables()
337 start_blk += overhead; in ext4_alloc_group_tables()
342 overhead = ext4_group_overhead_blocks(sb, src_group); in ext4_alloc_group_tables()
343 if (overhead == 0) in ext4_alloc_group_tables()
385 overhead = start_blk + itb - next_group_start; in ext4_alloc_group_tables()
386 group_data[group + 1].mdata_blocks += overhead; in ext4_alloc_group_tables()
387 itb -= overhead; in ext4_alloc_group_tables()
561 ext4_grpblk_t overhead; in setup_new_flex_group_blocks() local
646 overhead = ext4_group_overhead_blocks(sb, group); in setup_new_flex_group_blocks()
647 if (overhead != 0) { in setup_new_flex_group_blocks()
651 EXT4_NUM_B2C(sbi, overhead)); in setup_new_flex_group_blocks()
1402 const ext4_fsblk_t overhead) in ext4_add_overhead() argument
1407 sbi->s_overhead += overhead; in ext4_add_overhead()
1511 * Update the fs overhead information. in ext4_update_super()
1514 * overhead, update it with a value based on numbers already computed in ext4_update_super()
1659 int overhead; in ext4_setup_next_flex_gd() local
1663 overhead = ext4_group_overhead_blocks(sb, group + i); in ext4_setup_next_flex_gd()
1664 group_data[i].mdata_blocks = overhead; in ext4_setup_next_flex_gd()