Searched refs:cpio_header (Results 1 – 3 of 3) sorted by relevance
41 struct cpio_header { struct74 bytes += ((sizeof(struct cpio_header) + len + 1) + 3) & ~3; in initramfs_mkdirs() argument84 hdr_sz = ((sizeof(struct cpio_header) + len + 1) + 3) & ~3; in initramfs_mkdirs()90 pad = hdr_sz - (sizeof(struct cpio_header) + len); in initramfs_mkdirs()119 hdr_sz = ((sizeof(struct cpio_header) + namelen + 1) + 3) & ~3; in initramfs_mknod()134 pad = hdr_sz - (sizeof(struct cpio_header) + namelen); in initramfs_mknod()
17 struct cpio_header { struct
337 struct cpio_header cpio; in bzimage_load_initrd()