Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dsmb2file.c68 unsigned int sub_offs, sub_len; in smb2_parse_symlink_response() local
80 sub_offs = le16_to_cpu(sym->SubstituteNameOffset); in smb2_parse_symlink_response()
84 if (iov->iov_len < SMB2_SYMLINK_STRUCT_SIZE + sub_offs + sub_len || in smb2_parse_symlink_response()
88 s = cifs_strndup_from_utf16((char *)sym->PathBuffer + sub_offs, sub_len, true, in smb2_parse_symlink_response()