Lines Matching refs:overhead
74 ext4_grpblk_t overhead; in ext4_group_overhead_blocks() local
75 overhead = ext4_bg_num_gdb(sb, group); in ext4_group_overhead_blocks()
77 overhead += 1 + in ext4_group_overhead_blocks()
79 return overhead; in ext4_group_overhead_blocks()
94 unsigned overhead; in verify_group_input() local
106 overhead = ext4_group_overhead_blocks(sb, group); in verify_group_input()
107 metaend = start + overhead; in verify_group_input()
109 input->blocks_count - 2 - overhead - sbi->s_itb_per_group; in verify_group_input()
257 unsigned overhead; in ext4_alloc_group_tables() local
274 overhead = ext4_group_overhead_blocks(sb, src_group); in ext4_alloc_group_tables()
276 start_blk += overhead; in ext4_alloc_group_tables()
281 overhead = ext4_group_overhead_blocks(sb, src_group); in ext4_alloc_group_tables()
282 if (overhead == 0) in ext4_alloc_group_tables()
324 overhead = start_blk + itb - next_group_start; in ext4_alloc_group_tables()
325 group_data[group + 1].free_blocks_count -= overhead; in ext4_alloc_group_tables()
326 itb -= overhead; in ext4_alloc_group_tables()
503 ext4_grpblk_t overhead; in setup_new_flex_group_blocks() local
593 overhead = ext4_group_overhead_blocks(sb, group); in setup_new_flex_group_blocks()
594 if (overhead != 0) { in setup_new_flex_group_blocks()
597 ext4_set_bits(bh->b_data, 0, overhead); in setup_new_flex_group_blocks()
1529 int overhead; in ext4_setup_next_flex_gd() local
1533 overhead = ext4_group_overhead_blocks(sb, group + i); in ext4_setup_next_flex_gd()
1534 group_data[i].free_blocks_count = blocks_per_group - overhead; in ext4_setup_next_flex_gd()