Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dresize.c362 unsigned int itb = EXT4_SB(sb)->s_itb_per_group; in ext4_alloc_group_tables() local
365 if (start_blk + itb > last_blk) 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()
376 itb -= overhead; in ext4_alloc_group_tables()
379 group_data[group].mdata_blocks += itb; in ext4_alloc_group_tables()