Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifs_unicode.c41 case UNI_COLON: in convert_sfu_char()
375 dest_char = cpu_to_le16(UNI_COLON); in convert_to_sfu_char()
H A Dcifs_unicode.h34 #define UNI_COLON (__u16) (':' + 0xF000) macro