Searched refs:symlink_buf (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/init/ |
H A D | initramfs.c | 223 static __initdata char *header_buf, *symlink_buf, *name_buf; variable 264 collect = collected = symlink_buf; in do_header() 459 symlink_buf = kmalloc(PATH_MAX + N_ALIGN(PATH_MAX) + 1, GFP_KERNEL); in unpack_to_rootfs() 462 if (!header_buf || !symlink_buf || !name_buf) in unpack_to_rootfs() 508 kfree(symlink_buf); in unpack_to_rootfs()
|
/kernel/linux/linux-6.6/init/ |
H A D | initramfs.c | 253 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()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2ops.c | 2799 parse_reparse_posix(struct reparse_posix_data *symlink_buf, in parse_reparse_posix() argument 2806 len = le16_to_cpu(symlink_buf->ReparseDataLength); in parse_reparse_posix() 2808 if (le64_to_cpu(symlink_buf->InodeType) != NFS_SPECFILE_LNK) { in parse_reparse_posix() 2810 le64_to_cpu(symlink_buf->InodeType)); in parse_reparse_posix() 2815 symlink_buf->PathBuffer, in parse_reparse_posix() 2827 parse_reparse_symlink(struct reparse_symlink_data_buffer *symlink_buf, in parse_reparse_symlink() argument 2836 sub_offset = le16_to_cpu(symlink_buf->SubstituteNameOffset); in parse_reparse_symlink() 2837 sub_len = le16_to_cpu(symlink_buf->SubstituteNameLength); in parse_reparse_symlink() 2845 symlink_buf->PathBuffer + sub_offset, in parse_reparse_symlink()
|
Completed in 9 milliseconds