Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/server/
Dunicode.c89 case UNI_PIPE: in cifs_mapchar()
336 dst_char = cpu_to_le16(UNI_PIPE); in smbConvertToUTF16()
/Linux-v6.6/fs/smb/client/
Dcifs_unicode.c48 case UNI_PIPE: in convert_sfu_char()
388 dest_char = cpu_to_le16(UNI_PIPE); in convert_to_sfu_char()
/Linux-v6.6/fs/nls/
Dnls_ucs2_utils.h41 #define UNI_PIPE ((__u16)('|' + 0xF000)) macro