Home
last modified time | relevance | path

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

/fs/smb/server/
Dunicode.c57 case UNI_PIPE: in cifs_mapchar()
380 dst_char = cpu_to_le16(UNI_PIPE); in smbConvertToUTF16()
Dunicode.h41 #define UNI_PIPE ((__u16)('|' + 0xF000)) macro
/fs/smb/client/
Dcifs_unicode.c49 case UNI_PIPE: in convert_sfu_char()
389 dest_char = cpu_to_le16(UNI_PIPE); in convert_to_sfu_char()
Dcifs_unicode.h37 #define UNI_PIPE (__u16) ('|' + 0xF000) macro