Home
last modified time | relevance | path

Searched refs:cifs_mapchar (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dcifs_unicode.c109 * cifs_mapchar - convert a host-endian char to proper char in codepage
120 cifs_mapchar(char *target, const __u16 *from, const struct nls_table *cp, in cifs_mapchar() function
215 charlen = cifs_mapchar(tmp, ftmp, codepage, map_type); in cifs_from_utf16()
221 charlen = cifs_mapchar(&to[outlen], ftmp, codepage, map_type); in cifs_from_utf16()
328 charlen = cifs_mapchar(tmp, ftmp, codepage, NO_MAP_UNI_RSVD); in cifs_utf16_bytes()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifs_unicode.c107 * cifs_mapchar - convert a host-endian char to proper char in codepage
118 cifs_mapchar(char *target, const __u16 *from, const struct nls_table *cp, in cifs_mapchar() function
213 charlen = cifs_mapchar(tmp, ftmp, codepage, map_type); in cifs_from_utf16()
219 charlen = cifs_mapchar(&to[outlen], ftmp, codepage, map_type); in cifs_from_utf16()
326 charlen = cifs_mapchar(tmp, ftmp, codepage, NO_MAP_UNI_RSVD); in cifs_utf16_bytes()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dunicode.c17 * cifs_mapchar() - convert a host-endian char to proper char in codepage
30 cifs_mapchar(char *target, const __u16 *from, const struct nls_table *cp, in cifs_mapchar() function
126 charlen = cifs_mapchar(tmp, ftmp, codepage, 0); in smb_utf16_bytes()
194 charlen = cifs_mapchar(tmp, ftmp, codepage, mapchar); in smb_from_utf16()
200 charlen = cifs_mapchar(&to[outlen], ftmp, codepage, mapchar); in smb_from_utf16()

Completed in 2 milliseconds