Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/boot/
DMakefile154 targets += vmlinux.itb
155 targets += vmlinux.gz.itb
156 targets += vmlinux.bz2.itb
157 targets += vmlinux.lzma.itb
158 targets += vmlinux.lzo.itb
169 $(obj)/vmlinux.itb: $(obj)/vmlinux.its $(obj)/vmlinux.bin FORCE
170 $(call if_changed,itb-image,$<)
172 $(obj)/vmlinux.%.itb: $(obj)/vmlinux.%.its $(obj)/vmlinux.bin.% FORCE
173 $(call if_changed,itb-image,$<)
/Linux-v4.19/arch/mips/
DMakefile348 boot-y += vmlinux.itb
349 boot-y += vmlinux.gz.itb
350 boot-y += vmlinux.bz2.itb
351 boot-y += vmlinux.lzma.itb
352 boot-y += vmlinux.lzo.itb
/Linux-v4.19/arch/mips/generic/
DPlatform14 all-$(CONFIG_MIPS_GENERIC) := vmlinux.gz.itb
/Linux-v4.19/fs/ext4/
Dresize.c318 unsigned int itb = EXT4_SB(sb)->s_itb_per_group; in ext4_alloc_group_tables() local
321 if (start_blk + itb > last_blk) in ext4_alloc_group_tables()
328 if (start_blk + itb > next_group_start) { in ext4_alloc_group_tables()
330 overhead = start_blk + itb - next_group_start; in ext4_alloc_group_tables()
332 itb -= overhead; in ext4_alloc_group_tables()
335 group_data[group].mdata_blocks += itb; in ext4_alloc_group_tables()