Searched refs:cifs_mapchar (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/fs/ksmbd/ |
D | unicode.c | 67 cifs_mapchar(char *target, const __u16 src_char, const struct nls_table *cp, in cifs_mapchar() function 186 charlen = cifs_mapchar(tmp, ftmp, codepage, mapchar); in smb_from_utf16() 192 charlen = cifs_mapchar(&to[outlen], ftmp, codepage, mapchar); in smb_from_utf16()
|
/Linux-v6.1/fs/cifs/ |
D | cifs_unicode.c | 119 cifs_mapchar(char *target, const __u16 *from, const struct nls_table *cp, in cifs_mapchar() function 214 charlen = cifs_mapchar(tmp, ftmp, codepage, map_type); in cifs_from_utf16() 220 charlen = cifs_mapchar(&to[outlen], ftmp, codepage, map_type); in cifs_from_utf16() 327 charlen = cifs_mapchar(tmp, ftmp, codepage, NO_MAP_UNI_RSVD); in cifs_utf16_bytes()
|