Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dcifs_unicode.c54 case UNI_COLON: in convert_sfu_char()
393 dest_char = cpu_to_le16(UNI_COLON); in convert_to_sfu_char()
Dcifs_unicode.h49 #define UNI_COLON (__u16) (':' + 0xF000) macro