/openbmc/linux/include/linux/ |
H A D | nls.h | 25 struct nls_table { struct 34 struct nls_table *next; argument 48 extern int __register_nls(struct nls_table *, struct module *); 49 extern int unregister_nls(struct nls_table *); 50 extern struct nls_table *load_nls(const char *charset); 51 extern void unload_nls(struct nls_table *); 52 extern struct nls_table *load_nls_default(void); 62 static inline unsigned char nls_tolower(struct nls_table *t, unsigned char c) in nls_tolower() 69 static inline unsigned char nls_toupper(struct nls_table *t, unsigned char c) in nls_toupper() 76 static inline int nls_strnicmp(struct nls_table *t, const unsigned char *s1, in nls_strnicmp() [all …]
|
/openbmc/linux/fs/smb/client/ |
H A D | cifs_unicode.h | 59 const struct nls_table *cp, int map_type); 61 const struct nls_table *codepage); 62 int cifs_strtoUTF16(__le16 *, const char *, int, const struct nls_table *); 65 const struct nls_table *codepage); 67 const struct nls_table *cp, int mapChars); 70 int *utf16_len, const struct nls_table *cp,
|
H A D | cifsproto.h | 178 const struct nls_table *nls_cp); 320 const struct nls_table *nlsc); 327 struct nls_table *nls_info); 335 const struct nls_table *); 355 const struct nls_table *nls_codepage, int remap); 358 const struct nls_table *nls_codepage, int remap); 366 const struct nls_table *nls_codepage, int remap); 372 const struct nls_table *nls_codepage, int remap); 377 const struct nls_table *nls_codepage, int remap, 398 const struct nls_table *nls_codepage, [all …]
|
H A D | cifs_unicode.c | 118 cifs_mapchar(char *target, const __u16 *from, const struct nls_table *cp, in cifs_mapchar() 178 const struct nls_table *codepage, int map_type) in cifs_from_utf16() 249 const struct nls_table *codepage) in cifs_strtoUTF16() 305 const struct nls_table *codepage) in cifs_utf16_bytes() 347 const bool is_unicode, const struct nls_table *codepage) in cifs_strndup_from_utf16() 454 const struct nls_table *cp, int map_chars) in cifsConvertToUTF16() 598 const struct nls_table *codepage) in cifs_local_to_utf16_bytes() 627 const struct nls_table *cp, int remap) in cifs_strndup_to_utf16()
|
H A D | ntlmssp.h | 149 const struct nls_table *nls_cp); 153 const struct nls_table *nls_cp); 157 const struct nls_table *nls_cp);
|
H A D | dfs_cache.h | 40 int dfs_cache_find(const unsigned int xid, struct cifs_ses *ses, const struct nls_table *cp, 50 char *dfs_cache_canonical_path(const char *path, const struct nls_table *cp, int remap);
|
H A D | sess.c | 713 unicode_oslm_strings(char **pbcc_area, const struct nls_table *nls_cp) in unicode_oslm_strings() 736 const struct nls_table *nls_cp) in unicode_domain_string() 760 const struct nls_table *nls_cp) in unicode_ssetup_strings() 786 const struct nls_table *nls_cp) in ascii_ssetup_strings() 829 const struct nls_table *nls_cp) in decode_unicode_ssetup() 863 const struct nls_table *nls_cp) in decode_ascii_ssetup() 1026 const struct nls_table *nls_cp) in cifs_security_buffer_from_str() 1061 const struct nls_table *nls_cp) in build_ntlmssp_negotiate_blob() 1123 const struct nls_table *nls_cp) in build_ntlmssp_smb3_negotiate_blob() 1187 const struct nls_table *nls_c in build_ntlmssp_auth_blob() [all...] |
H A D | cifs_fs_sb.h | 54 struct nls_table *local_nls;
|
/openbmc/linux/fs/nls/ |
H A D | nls_base.c | 20 static struct nls_table default_table; 21 static struct nls_table *tables = &default_table; 235 int __register_nls(struct nls_table *nls, struct module *owner) in __register_nls() 237 struct nls_table ** tmp = &tables; in __register_nls() 258 int unregister_nls(struct nls_table * nls) in unregister_nls() 260 struct nls_table ** tmp = &tables; in unregister_nls() 275 static struct nls_table *find_nls(const char *charset) in find_nls() 277 struct nls_table *nls; in find_nls() 291 struct nls_table *load_nls(const char *charset) in load_nls() 296 void unload_nls(struct nls_table *nls) in unload_nls() [all …]
|
H A D | nls_koi8-ru.c | 14 static struct nls_table *p_nls; 54 static struct nls_table table = {
|
H A D | nls_ascii.c | 145 static struct nls_table table = {
|
H A D | nls_iso8859-1.c | 236 static struct nls_table table = {
|
H A D | nls_utf8.c | 43 static struct nls_table table = {
|
H A D | nls_iso8859-6.c | 242 static struct nls_table table = {
|
H A D | nls_iso8859-9.c | 251 static struct nls_table table = {
|
H A D | nls_iso8859-3.c | 287 static struct nls_table table = {
|
H A D | nls_iso8859-4.c | 287 static struct nls_table table = {
|
H A D | nls_iso8859-2.c | 287 static struct nls_table table = {
|
/openbmc/linux/fs/smb/server/ |
H A D | unicode.h | 32 const struct nls_table *codepage); 35 const struct nls_table *codepage); 37 const struct nls_table *cp, int mapchars);
|
H A D | unicode.c | 30 cifs_mapchar(char *target, const __u16 *from, const struct nls_table *cp, in cifs_mapchar() 107 const struct nls_table *codepage) in smb_utf16_bytes() 161 const struct nls_table *codepage, bool mapchar) in smb_from_utf16() 234 const struct nls_table *codepage) in smb_strtoUTF16() 292 const struct nls_table *codepage) in smb_strndup_from_utf16() 343 const struct nls_table *cp, int mapchars) in smbConvertToUTF16()
|
H A D | misc.h | 10 struct nls_table; 30 const struct nls_table *local_nls,
|
/openbmc/linux/fs/hfs/ |
H A D | trans.c | 35 struct nls_table *nls_disk = HFS_SB(sb)->nls_disk; in hfs_mac2asc() 36 struct nls_table *nls_io = HFS_SB(sb)->nls_io; in hfs_mac2asc() 99 struct nls_table *nls_disk = HFS_SB(sb)->nls_disk; in hfs_asc2mac() 100 struct nls_table *nls_io = HFS_SB(sb)->nls_io; in hfs_asc2mac()
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_unicode.c | 20 int len, struct nls_table *codepage) in jfs_strfromUCS_le() 70 struct nls_table *codepage) in jfs_strtoUCS() 104 struct nls_table *nls_tab = JFS_SBI(dentry->d_sb)->nls_tab; in get_UCSname()
|
/openbmc/linux/fs/isofs/ |
H A D | joliet.c | 18 uni16_to_x8(unsigned char *ascii, __be16 *uni, int len, struct nls_table *nls) in uni16_to_x8() 44 struct nls_table *nls; in get_joliet_filename()
|
/openbmc/linux/fs/exfat/ |
H A D | nls.c | 405 static int exfat_convert_char_to_ucs2(struct nls_table *nls, in exfat_convert_char_to_ucs2() 429 static int exfat_convert_ucs2_to_char(struct nls_table *nls, in exfat_convert_ucs2_to_char() 547 struct nls_table *nls = EXFAT_SB(sb)->nls_io; in __exfat_utf16_to_nls() 602 struct nls_table *nls = EXFAT_SB(sb)->nls_io; in exfat_nls_to_ucs2()
|