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

/linux-4.4.14/init/
H A Dinitramfs.c229 static __initdata char *header_buf, *symlink_buf, *name_buf; variable
270 collect = collected = symlink_buf; do_header()
457 symlink_buf = kmalloc(PATH_MAX + N_ALIGN(PATH_MAX) + 1, GFP_KERNEL); unpack_to_rootfs()
460 if (!header_buf || !symlink_buf || !name_buf) unpack_to_rootfs()
506 kfree(symlink_buf); unpack_to_rootfs()

Completed in 349 milliseconds