Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ksmbd/
Dunicode.c90 case UNI_PIPE: in cifs_mapchar()
355 dst_char = cpu_to_le16(UNI_PIPE); in smbConvertToUTF16()
Dunicode.h41 #define UNI_PIPE ((__u16)('|' + 0xF000)) macro
/linux-6.1.9/fs/cifs/
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