Searched refs:ext4_group_overhead_blocks (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | resize.c | 117 static ext4_grpblk_t ext4_group_overhead_blocks(struct super_block *sb, in ext4_group_overhead_blocks() function 151 overhead = ext4_group_overhead_blocks(sb, group); in verify_group_input() 335 overhead = ext4_group_overhead_blocks(sb, src_group); in ext4_alloc_group_tables() 342 overhead = ext4_group_overhead_blocks(sb, src_group); in ext4_alloc_group_tables() 644 overhead = ext4_group_overhead_blocks(sb, group); in setup_new_flex_group_blocks() 1618 overhead = ext4_group_overhead_blocks(sb, group + i); in ext4_setup_next_flex_gd() 2067 ext4_group_overhead_blocks(sb, n_group) + 2 + in ext4_resize_fs()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | resize.c | 121 static ext4_grpblk_t ext4_group_overhead_blocks(struct super_block *sb, in ext4_group_overhead_blocks() function 155 overhead = ext4_group_overhead_blocks(sb, group); in verify_group_input() 336 overhead = ext4_group_overhead_blocks(sb, src_group); in ext4_alloc_group_tables() 343 overhead = ext4_group_overhead_blocks(sb, src_group); in ext4_alloc_group_tables() 648 overhead = ext4_group_overhead_blocks(sb, group); in setup_new_flex_group_blocks() 1669 overhead = ext4_group_overhead_blocks(sb, group + i); in ext4_setup_next_flex_gd() 2118 ext4_group_overhead_blocks(sb, n_group) + 2 + in ext4_resize_fs()
|
Completed in 6 milliseconds