Home
last modified time | relevance | path

Searched refs:nls_table (Results 1 – 25 of 81) sorted by relevance

1234

/linux-2.6.39/include/linux/
Dnls.h24 struct nls_table { struct
33 struct nls_table *next; argument
47 extern int register_nls(struct nls_table *);
48 extern int unregister_nls(struct nls_table *);
49 extern struct nls_table *load_nls(char *);
50 extern void unload_nls(struct nls_table *);
51 extern struct nls_table *load_nls_default(void);
59 static inline unsigned char nls_tolower(struct nls_table *t, unsigned char c) in nls_tolower()
66 static inline unsigned char nls_toupper(struct nls_table *t, unsigned char c) in nls_toupper()
73 static inline int nls_strnicmp(struct nls_table *t, const unsigned char *s1, in nls_strnicmp()
[all …]
/linux-2.6.39/fs/cifs/
Dcifsproto.h108 const struct nls_table *nls_cp);
157 struct nls_table *nls_info);
162 const struct nls_table *);
165 const char *searchName, const struct nls_table *nls_codepage,
181 const struct nls_table *nls_codepage, int remap);
185 const struct nls_table *nls_codepage, int remap);
193 const struct nls_table *nls_codepage, int remap);
199 const struct nls_table *nls_codepage, int remap);
203 const struct nls_table *nls_codepage,
225 const struct nls_table *nls_codepage,
[all …]
Dcifs_unicode.c41 const struct nls_table *codepage) in cifs_ucs2_bytes()
76 cifs_mapchar(char *target, const __u16 src_char, const struct nls_table *cp, in cifs_mapchar()
148 const struct nls_table *codepage, bool mapchar) in cifs_from_ucs2()
200 const struct nls_table *codepage) in cifs_strtoUCS()
235 const struct nls_table *codepage) in cifs_strndup_from_ucs()
268 const struct nls_table *cp, int mapChars) in cifsConvertToUCS()
Dcifs_unicode.h78 const struct nls_table *codepage, bool mapchar);
80 const struct nls_table *codepage);
81 int cifs_strtoUCS(__le16 *, const char *, int, const struct nls_table *);
84 const struct nls_table *codepage);
Dsess.c162 unicode_oslm_strings(char **pbcc_area, const struct nls_table *nls_cp) in unicode_oslm_strings()
185 const struct nls_table *nls_cp) in unicode_domain_string()
208 const struct nls_table *nls_cp) in unicode_ssetup_strings()
240 const struct nls_table *nls_cp) in ascii_ssetup_strings()
280 const struct nls_table *nls_cp) in decode_unicode_ssetup()
314 const struct nls_table *nls_cp) in decode_ascii_ssetup()
453 const struct nls_table *nls_cp) in build_ntlmssp_auth_blob()
555 const struct nls_table *nls_cp) in CIFS_SessSetup()
Dcifs_fs_sb.h49 struct nls_table *local_nls;
/linux-2.6.39/fs/nls/
Dnls_base.c20 static struct nls_table default_table;
21 static struct nls_table *tables = &default_table;
212 int register_nls(struct nls_table * nls) in register_nls()
214 struct nls_table ** tmp = &tables; in register_nls()
233 int unregister_nls(struct nls_table * nls) in unregister_nls()
235 struct nls_table ** tmp = &tables; in unregister_nls()
250 static struct nls_table *find_nls(char *charset) in find_nls()
252 struct nls_table *nls; in find_nls()
266 struct nls_table *load_nls(char *charset) in load_nls()
271 void unload_nls(struct nls_table *nls) in unload_nls()
[all …]
Dnls_koi8-ru.c14 static struct nls_table *p_nls;
54 static struct nls_table table = {
Dnls_ascii.c145 static struct nls_table table = {
Dnls_iso8859-3.c287 static struct nls_table table = {
Dnls_iso8859-4.c287 static struct nls_table table = {
Dnls_iso8859-9.c251 static struct nls_table table = {
Dnls_iso8859-2.c287 static struct nls_table table = {
Dnls_iso8859-6.c242 static struct nls_table table = {
Dnls_iso8859-1.c236 static struct nls_table table = {
Dnls_utf8.c43 static struct nls_table table = {
Dnls_cp863.c360 static struct nls_table table = {
Dnls_cp866.c284 static struct nls_table table = {
Dnls_cp869.c294 static struct nls_table table = {
Dnls_iso8859-5.c251 static struct nls_table table = {
Dnls_iso8859-7.c296 static struct nls_table table = {
/linux-2.6.39/fs/hfs/
Dtrans.c35 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()
97 struct nls_table *nls_disk = HFS_SB(sb)->nls_disk; in hfs_asc2mac()
98 struct nls_table *nls_io = HFS_SB(sb)->nls_io; in hfs_asc2mac()
/linux-2.6.39/fs/jfs/
Djfs_unicode.c33 int len, struct nls_table *codepage) in jfs_strfromUCS_le()
83 struct nls_table *codepage) in jfs_strtoUCS()
117 struct nls_table *nls_tab = JFS_SBI(dentry->d_sb)->nls_tab; in get_UCSname()
/linux-2.6.39/fs/isofs/
Djoliet.c17 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()
/linux-2.6.39/fs/ncpfs/
Dncp_fs_sb.h103 struct nls_table *nls_vol;
104 struct nls_table *nls_io;

1234