Home
last modified time | relevance | path

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

/openbmc/linux/fs/reiserfs/
H A Dfix_node.c199 int d_size, ih_size; in check_left() local
235 d_size = 0, ih_size = IH_SIZE; in check_left()
239 d_size = -((int)IH_SIZE), ih_size = 0; in check_left()
243 i++, ih_size = IH_SIZE, d_size = 0, vi++) { in check_left()
259 if (cur_free <= ih_size) { in check_left()
263 cur_free -= ih_size; in check_left()
285 int d_size, ih_size; in check_right() local
321 d_size = 0, ih_size = IH_SIZE; in check_right()
325 d_size = -(int)IH_SIZE, ih_size = 0; in check_right()
329 i--, d_size = 0, ih_size = IH_SIZE, vi--) { in check_right()
[all …]
/openbmc/qemu/hw/core/
H A Duboot_image.h218 uint32_t ih_size; /* Image Data Size */ member
H A Dloader.c523 bswap32s(&hdr->ih_size); in bswap_uboot_header()
736 data = g_malloc(hdr->ih_size); in load_uboot_image()
738 if (read(fd, data, hdr->ih_size) != hdr->ih_size) { in load_uboot_image()
752 bytes = gunzip(data, max_bytes, compressed_data, hdr->ih_size); in load_uboot_image()
758 hdr->ih_size = bytes; in load_uboot_image()
761 rom_add_blob_fixed_as(filename, data, hdr->ih_size, address, as); in load_uboot_image()
763 ret = hdr->ih_size; in load_uboot_image()
/openbmc/u-boot/include/
H A Dimage.h341 __be32 ih_size; /* Image Data Size */ member