Home
last modified time | relevance | path

Searched refs:codepage (Results 1 – 13 of 13) sorted by relevance

/fs/smb/server/
A Dunicode.c107 const struct nls_table *codepage) in smb_utf16_bytes() argument
126 charlen = cifs_mapchar(tmp, ftmp, codepage, 0); in smb_utf16_bytes()
161 const struct nls_table *codepage, bool mapchar) in smb_from_utf16() argument
165 int nullsize = nls_nullsize(codepage); in smb_from_utf16()
194 charlen = cifs_mapchar(tmp, ftmp, codepage, mapchar); in smb_from_utf16()
234 const struct nls_table *codepage) in smb_strtoUTF16() argument
241 if (!strcmp(codepage->charset, "utf8")) { in smb_strtoUTF16()
262 charlen = codepage->char2uni(from, len, &wchar_to); in smb_strtoUTF16()
292 const struct nls_table *codepage) in smb_strndup_from_utf16() argument
298 len = smb_utf16_bytes((__le16 *)src, maxlen, codepage); in smb_strndup_from_utf16()
[all …]
A Dunicode.h32 const struct nls_table *codepage);
35 const struct nls_table *codepage);
/fs/smb/client/
A Dcifs_unicode.c178 const struct nls_table *codepage, int map_type) in cifs_from_utf16() argument
182 int nullsize = nls_nullsize(codepage); in cifs_from_utf16()
213 charlen = cifs_mapchar(tmp, ftmp, codepage, map_type); in cifs_from_utf16()
249 const struct nls_table *codepage) in cifs_strtoUTF16() argument
256 if (!strcmp(codepage->charset, "utf8")) { in cifs_strtoUTF16()
277 charlen = codepage->char2uni(from, len, &wchar_to); in cifs_strtoUTF16()
305 const struct nls_table *codepage) in cifs_utf16_bytes() argument
347 const bool is_unicode, const struct nls_table *codepage) in cifs_strndup_from_utf16() argument
354 len += nls_nullsize(codepage); in cifs_strndup_from_utf16()
598 const struct nls_table *codepage) in cifs_local_to_utf16_bytes() argument
[all …]
A Dcifs_unicode.h61 const struct nls_table *codepage);
65 const struct nls_table *codepage);
A Dsmbencrypt.c66 const struct nls_table *codepage) in E_md4hash() argument
74 len = cifs_strtoUTF16(wpwd, passwd, 128, codepage); in E_md4hash()
A Ddir.c855 struct nls_table *codepage = CIFS_SB(dentry->d_sb)->local_nls; local
862 charlen = codepage->char2uni(&q->name[i], q->len - i, &c);
876 struct nls_table *codepage = CIFS_SB(dentry->d_sb)->local_nls; local
891 l1 = codepage->char2uni(&str[i], len - i, &c1);
892 l2 = codepage->char2uni(&name->name[i], name->len - i, &c2);
A Dcifsproto.h613 const struct nls_table *codepage);
/fs/nls/
A DKconfig46 codepage if you want to be able to read/write these filenames on
58 codepage if you want to be able to read/write these filenames on
70 codepage if you want to be able to read/write these filenames on
73 say Y here if you want to include the DOS codepage that is used
83 codepage if you want to be able to read/write these filenames on
89 languages that are not part of the US codepage 437.
161 say Y here if you want to include the DOS codepage for Hebrew.
207 say Y here if you want to include the DOS codepage for
219 say Y here if you want to include the DOS codepage for Greek.
267 say Y here if you want to include the DOS codepage for UHC.
[all …]
/fs/jfs/
A Djfs_unicode.c20 int len, struct nls_table *codepage) in jfs_strfromUCS_le() argument
27 if (codepage) { in jfs_strfromUCS_le()
31 codepage->uni2char(le16_to_cpu(from[i]), in jfs_strfromUCS_le()
70 struct nls_table *codepage) in jfs_strtoUCS() argument
75 if (codepage) { in jfs_strtoUCS()
78 charlen = codepage->char2uni(from, len, &to[i]); in jfs_strtoUCS()
83 codepage->charset, *from); in jfs_strtoUCS()
A Djfs_dtree.c2717 struct nls_table *codepage = JFS_SBI(ip->i_sb)->nls_tab; in jfs_readdir() local
2968 codepage); in jfs_readdir()
2988 len, codepage); in jfs_readdir()
/fs/fat/
A DKconfig81 int "Default codepage for FAT"
85 This option should be set to the codepage of your FAT filesystems.
86 It can be overridden with the "codepage" mount option.
A Dinode.c1229 opts->codepage = result.uint_32; in fat_parse_param()
1781 sprintf(buf, "cp%d", sbi->options.codepage); in fat_fill_super()
1912 opts->codepage = fat_default_codepage; in fat_init_fs_context()
A Dfat.h34 unsigned short codepage; /* Codepage for shortname conversions */ member

Completed in 28 milliseconds