Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/init/
H A Dinitramfs.c224 static __initdata char *header_buf, *symlink_buf, *name_buf; variable
265 collect = collected = symlink_buf; in do_header()
460 symlink_buf = kmalloc(PATH_MAX + N_ALIGN(PATH_MAX) + 1, GFP_KERNEL); in unpack_to_rootfs()
463 if (!header_buf || !symlink_buf || !name_buf) in unpack_to_rootfs()
512 kfree(symlink_buf); in unpack_to_rootfs()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2ops.c2796 parse_reparse_posix(struct reparse_posix_data *symlink_buf, in parse_reparse_posix() argument
2803 len = le16_to_cpu(symlink_buf->ReparseDataLength); in parse_reparse_posix()
2805 if (le64_to_cpu(symlink_buf->InodeType) != NFS_SPECFILE_LNK) { in parse_reparse_posix()
2807 le64_to_cpu(symlink_buf->InodeType)); in parse_reparse_posix()
2812 symlink_buf->PathBuffer, in parse_reparse_posix()
2824 parse_reparse_symlink(struct reparse_symlink_data_buffer *symlink_buf, in parse_reparse_symlink() argument
2833 sub_offset = le16_to_cpu(symlink_buf->SubstituteNameOffset); in parse_reparse_symlink()
2834 sub_len = le16_to_cpu(symlink_buf->SubstituteNameLength); in parse_reparse_symlink()
2842 symlink_buf->PathBuffer + sub_offset, in parse_reparse_symlink()