Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dresize.c363 ext4_fsblk_t next_group_start; in ext4_alloc_group_tables() local
369 next_group_start = ext4_group_first_block_no(sb, group + 1); in ext4_alloc_group_tables()
372 if (start_blk + itb > next_group_start) { in ext4_alloc_group_tables()
374 overhead = start_blk + itb - next_group_start; in ext4_alloc_group_tables()