Home
last modified time | relevance | path

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

/linux/arch/mips/boot/compressed/
H A DMakefile201 targets += ../vmlinuz.itb
212 $(objboot)/vmlinuz.itb: $(objboot)/vmlinuz.its $(objboot)/vmlinuz.bin FORCE
213 $(call if_changed,itb-image,$<)
/linux/arch/mips/generic/
H A DPlatform16 all-$(CONFIG_MIPS_GENERIC) += vmlinux.gz.itb
/linux/fs/ext4/
H A Dresize.c372 unsigned int itb = EXT4_SB(sb)->s_itb_per_group; in ext4_alloc_group_tables() local
375 if (start_blk + itb > last_blk) in ext4_alloc_group_tables()
382 if (start_blk + itb > next_group_start) { in ext4_alloc_group_tables()
384 overhead = start_blk + itb - next_group_start; in ext4_alloc_group_tables()
386 itb -= overhead; in ext4_alloc_group_tables()
389 group_data[group].mdata_blocks += itb; in ext4_alloc_group_tables()