Home
last modified time | relevance | path

Searched refs:next_group_start (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dresize.c374 ext4_fsblk_t next_group_start; in ext4_alloc_group_tables() local
380 next_group_start = ext4_group_first_block_no(sb, group + 1); in ext4_alloc_group_tables()
383 if (start_blk + itb > next_group_start) { in ext4_alloc_group_tables()
385 overhead = start_blk + itb - next_group_start; in ext4_alloc_group_tables()
/kernel/linux/linux-6.6/fs/ext4/
H A Dresize.c375 ext4_fsblk_t next_group_start; in ext4_alloc_group_tables() local
381 next_group_start = ext4_group_first_block_no(sb, group + 1); in ext4_alloc_group_tables()
384 if (start_blk + itb > next_group_start) { in ext4_alloc_group_tables()
386 overhead = start_blk + itb - next_group_start; in ext4_alloc_group_tables()

Completed in 5 milliseconds