Searched refs:symlink_buf (Results 1 – 2 of 2) sorted by relevance
259 static __initdata char *header_buf, *symlink_buf, *name_buf; variable303 collect = collected = symlink_buf; in do_header()497 symlink_buf = kmalloc(PATH_MAX + N_ALIGN(PATH_MAX) + 1, GFP_KERNEL); in unpack_to_rootfs()500 if (!header_buf || !symlink_buf || !name_buf) in unpack_to_rootfs()546 kfree(symlink_buf); in unpack_to_rootfs()
2761 parse_reparse_posix(struct reparse_posix_data *symlink_buf, in parse_reparse_posix() argument2768 len = le16_to_cpu(symlink_buf->ReparseDataLength); in parse_reparse_posix()2770 if (le64_to_cpu(symlink_buf->InodeType) != NFS_SPECFILE_LNK) { in parse_reparse_posix()2772 le64_to_cpu(symlink_buf->InodeType)); in parse_reparse_posix()2777 symlink_buf->PathBuffer, in parse_reparse_posix()2789 parse_reparse_symlink(struct reparse_symlink_data_buffer *symlink_buf, in parse_reparse_symlink() argument2798 sub_offset = le16_to_cpu(symlink_buf->SubstituteNameOffset); in parse_reparse_symlink()2799 sub_len = le16_to_cpu(symlink_buf->SubstituteNameLength); in parse_reparse_symlink()2807 symlink_buf->PathBuffer + sub_offset, in parse_reparse_symlink()