Lines Matching refs: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()
316 unsigned overhead; in ext4_alloc_group_tables() local
334 overhead = ext4_group_overhead_blocks(sb, src_group); in ext4_alloc_group_tables()
336 start_blk += overhead; in ext4_alloc_group_tables()
341 overhead = ext4_group_overhead_blocks(sb, src_group); in ext4_alloc_group_tables()
342 if (overhead == 0) in ext4_alloc_group_tables()
384 overhead = start_blk + itb - next_group_start; in ext4_alloc_group_tables()
385 group_data[group + 1].mdata_blocks += overhead; in ext4_alloc_group_tables()
386 itb -= overhead; in ext4_alloc_group_tables()
560 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()
1401 const ext4_fsblk_t overhead) in ext4_add_overhead() argument
1406 sbi->s_overhead += overhead; in ext4_add_overhead()
1658 int overhead; in ext4_setup_next_flex_gd() local
1662 overhead = ext4_group_overhead_blocks(sb, group + i); in ext4_setup_next_flex_gd()
1663 group_data[i].mdata_blocks = overhead; in ext4_setup_next_flex_gd()