Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dinode.c548 unsigned int symlink_len_utf16; in cifs_sfu_type() local
666 &symlink_len_utf16, in cifs_sfu_type()
675 (symlink_len_utf16 > 0) && in cifs_sfu_type()
676 (symlink_len_utf16 < fattr->cf_eof-8 + 1) && in cifs_sfu_type()
677 (symlink_len_utf16 % 2 == 0) && in cifs_sfu_type()
678 (UniStrnlen((wchar_t *)symlink_buf_utf16, symlink_len_utf16/2) == symlink_len_utf16/2)) { in cifs_sfu_type()
681 symlink_len_utf16, in cifs_sfu_type()