Home
last modified time | relevance | path

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

/init/
Dinitramfs.c196 static __initdata char *header_buf, *symlink_buf, *name_buf; variable
200 read_into(header_buf, 110, GotHeader); in do_start()
421 header_buf = kmalloc(110, GFP_KERNEL); in unpack_to_rootfs()
425 if (!header_buf || !symlink_buf || !name_buf) in unpack_to_rootfs()
471 kfree(header_buf); in unpack_to_rootfs()