Searched refs:itb (Results 1 – 4 of 4) sorted by relevance
154 targets += vmlinux.itb155 targets += vmlinux.gz.itb156 targets += vmlinux.bz2.itb157 targets += vmlinux.lzma.itb158 targets += vmlinux.lzo.itb169 $(obj)/vmlinux.itb: $(obj)/vmlinux.its $(obj)/vmlinux.bin FORCE170 $(call if_changed,itb-image,$<)172 $(obj)/vmlinux.%.itb: $(obj)/vmlinux.%.its $(obj)/vmlinux.bin.% FORCE173 $(call if_changed,itb-image,$<)
355 boot-y += vmlinux.itb356 boot-y += vmlinux.gz.itb357 boot-y += vmlinux.bz2.itb358 boot-y += vmlinux.lzma.itb359 boot-y += vmlinux.lzo.itb
17 all-$(CONFIG_MIPS_GENERIC) := vmlinux.gz.itb
362 unsigned int itb = EXT4_SB(sb)->s_itb_per_group; in ext4_alloc_group_tables() local365 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()