Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
H A Dreaddir.c632 #define UNICODE_DOT cpu_to_le16(0x2e) macro
646 if (ufilename[0] == UNICODE_DOT) in cifs_entry_is_dot()
650 if (ufilename[0] == UNICODE_DOT && in cifs_entry_is_dot()
651 ufilename[1] == UNICODE_DOT) in cifs_entry_is_dot()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dreaddir.c610 #define UNICODE_DOT cpu_to_le16(0x2e) macro
624 if (ufilename[0] == UNICODE_DOT) in cifs_entry_is_dot()
628 if (ufilename[0] == UNICODE_DOT && in cifs_entry_is_dot()
629 ufilename[1] == UNICODE_DOT) in cifs_entry_is_dot()

Completed in 4 milliseconds