Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2file.c116 unsigned int sub_offs, sub_len; in smb2_parse_symlink_response() local
127 sub_offs = le16_to_cpu(sym->SubstituteNameOffset); in smb2_parse_symlink_response()
131 if (iov->iov_len < SMB2_SYMLINK_STRUCT_SIZE + sub_offs + sub_len || in smb2_parse_symlink_response()
136 (char *)sym->PathBuffer + sub_offs, in smb2_parse_symlink_response()