Searched refs:symlink_buf (Results 1 – 4 of 4) sorted by relevance
236 static __initdata char *header_buf, *symlink_buf, *name_buf; variable277 collect = collected = symlink_buf; in do_header()472 symlink_buf = kmalloc(PATH_MAX + N_ALIGN(PATH_MAX) + 1, GFP_KERNEL); in unpack_to_rootfs()475 if (!header_buf || !symlink_buf || !name_buf) in unpack_to_rootfs()521 kfree(symlink_buf); in unpack_to_rootfs()
2935 parse_reparse_posix(struct reparse_posix_data *symlink_buf, in parse_reparse_posix() argument2942 len = le16_to_cpu(symlink_buf->ReparseDataLength); in parse_reparse_posix()2944 if (le64_to_cpu(symlink_buf->InodeType) != NFS_SPECFILE_LNK) { in parse_reparse_posix()2946 le64_to_cpu(symlink_buf->InodeType)); in parse_reparse_posix()2951 symlink_buf->PathBuffer, in parse_reparse_posix()2963 parse_reparse_symlink(struct reparse_symlink_data_buffer *symlink_buf, in parse_reparse_symlink() argument2972 sub_offset = le16_to_cpu(symlink_buf->SubstituteNameOffset); in parse_reparse_symlink()2973 sub_len = le16_to_cpu(symlink_buf->SubstituteNameLength); in parse_reparse_symlink()2981 symlink_buf->PathBuffer + sub_offset, in parse_reparse_symlink()
125771 ffff800011831320 d symlink_buf
Completed in 1067 milliseconds