Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dinode.c533 unsigned int symlink_len_utf16; in cifs_sfu_type() local
651 &symlink_len_utf16, in cifs_sfu_type()
660 (symlink_len_utf16 > 0) && in cifs_sfu_type()
661 (symlink_len_utf16 < fattr->cf_eof-8 + 1) && in cifs_sfu_type()
662 (symlink_len_utf16 % 2 == 0) && in cifs_sfu_type()
663 (UniStrnlen((wchar_t *)symlink_buf_utf16, symlink_len_utf16/2) == symlink_len_utf16/2)) { in cifs_sfu_type()
666 symlink_len_utf16, in cifs_sfu_type()