Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/boot/
H A 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-6.15/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-6.15/arch/mips/
H A DMakefile368 boot-y += vmlinux.itb
369 boot-y += vmlinux.gz.itb
370 boot-y += vmlinux.bz2.itb
371 boot-y += vmlinux.lzma.itb
372 boot-y += vmlinux.lzo.itb
380 bootz-y += vmlinuz.itb
/linux-6.15/arch/mips/mobileye/
H A DPlatform13 all-$(CONFIG_MACH_EYEQ5) += vmlinux.gz.itb
/linux-6.15/arch/mips/generic/
H A DPlatform16 all-$(CONFIG_MIPS_GENERIC) += vmlinux.gz.itb
/linux-6.15/fs/ext4/
H A Dresize.c373 unsigned int itb = EXT4_SB(sb)->s_itb_per_group; in ext4_alloc_group_tables() local
376 if (start_blk + itb > last_blk) in ext4_alloc_group_tables()
383 if (start_blk + itb > next_group_start) { in ext4_alloc_group_tables()
385 overhead = start_blk + itb - next_group_start; in ext4_alloc_group_tables()
387 itb -= overhead; in ext4_alloc_group_tables()
390 group_data[group].mdata_blocks += itb; in ext4_alloc_group_tables()