Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dresize.c312 unsigned int itb = EXT4_SB(sb)->s_itb_per_group; in ext4_alloc_group_tables() local
315 if (start_blk + itb > last_blk) in ext4_alloc_group_tables()
322 if (start_blk + itb > next_group_start) { in ext4_alloc_group_tables()
324 overhead = start_blk + itb - next_group_start; in ext4_alloc_group_tables()
326 itb -= overhead; in ext4_alloc_group_tables()
329 group_data[group].free_blocks_count -= itb; in ext4_alloc_group_tables()