Home
last modified time | relevance | path

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

/linux/init/
H A Dinitramfs.c255 static __initdata char *header_buf, *symlink_buf, *name_buf; variable
299 collect = collected = symlink_buf; in do_header()
493 symlink_buf = kmalloc(PATH_MAX + N_ALIGN(PATH_MAX) + 1, GFP_KERNEL); in unpack_to_rootfs()
496 if (!header_buf || !symlink_buf || !name_buf) in unpack_to_rootfs()
542 kfree(symlink_buf); in unpack_to_rootfs()