Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/client/
Dreaddir.c637 #define UNICODE_DOT cpu_to_le16(0x2e) macro
651 if (ufilename[0] == UNICODE_DOT) in cifs_entry_is_dot()
655 if (ufilename[0] == UNICODE_DOT && in cifs_entry_is_dot()
656 ufilename[1] == UNICODE_DOT) in cifs_entry_is_dot()