Home
last modified time | relevance | path

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

/linux-6.1.9/init/
Dinitramfs.c259 static __initdata char *header_buf, *symlink_buf, *name_buf; variable
303 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()
/linux-6.1.9/fs/cifs/
Dsmb2ops.c2782 parse_reparse_posix(struct reparse_posix_data *symlink_buf, in parse_reparse_posix() argument
2789 len = le16_to_cpu(symlink_buf->ReparseDataLength); in parse_reparse_posix()
2791 if (le64_to_cpu(symlink_buf->InodeType) != NFS_SPECFILE_LNK) { in parse_reparse_posix()
2793 le64_to_cpu(symlink_buf->InodeType)); in parse_reparse_posix()
2798 symlink_buf->PathBuffer, in parse_reparse_posix()
2810 parse_reparse_symlink(struct reparse_symlink_data_buffer *symlink_buf, in parse_reparse_symlink() argument
2819 sub_offset = le16_to_cpu(symlink_buf->SubstituteNameOffset); in parse_reparse_symlink()
2820 sub_len = le16_to_cpu(symlink_buf->SubstituteNameLength); in parse_reparse_symlink()
2828 symlink_buf->PathBuffer + sub_offset, in parse_reparse_symlink()