Home
last modified time | relevance | path

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

/openbmc/linux/init/
H A Dinitramfs.c253 static __initdata char *header_buf, *symlink_buf, *name_buf; variable
297 collect = collected = symlink_buf; in do_header()
491 symlink_buf = kmalloc(PATH_MAX + N_ALIGN(PATH_MAX) + 1, GFP_KERNEL); in unpack_to_rootfs()
494 if (!header_buf || !symlink_buf || !name_buf) in unpack_to_rootfs()
540 kfree(symlink_buf); in unpack_to_rootfs()