Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H 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()
200 charlen = cifs_mapchar(&to[outlen], 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
[all …]
H A Dunicode.h32 const struct nls_table *codepage);
35 const struct nls_table *codepage);
/linux/fs/smb/client/
H A Dcifs_unicode.c163 const struct nls_table *codepage, int map_type) in cifs_from_utf16() argument
167 int nullsize = nls_nullsize(codepage); in cifs_from_utf16()
198 charlen = cifs_mapchar(tmp, ftmp, codepage, map_type); in cifs_from_utf16()
204 charlen = cifs_mapchar(&to[outlen], ftmp, codepage, map_type); in cifs_from_utf16()
234 const struct nls_table *codepage) in cifs_strtoUTF16() argument
241 if (!strcmp(codepage->charset, "utf8")) { in cifs_strtoUTF16()
262 charlen = codepage->char2uni(from, len, &wchar_to); in cifs_strtoUTF16()
290 const struct nls_table *codepage) in cifs_utf16_bytes() argument
311 charlen = cifs_mapchar(tmp, ftmp, codepage, NO_MAP_UNI_RSVD); in cifs_utf16_bytes()
332 const bool is_unicode, const struct nls_table *codepage) in cifs_strndup_from_utf16() argument
[all …]
H A Dcifs_unicode.h59 const struct nls_table *codepage, int map_type);
61 const struct nls_table *codepage);
63 const struct nls_table *codepage);
66 const struct nls_table *codepage);
H A Ddir.c897 struct nls_table *codepage = CIFS_SB(dentry->d_sb)->local_nls; local
904 charlen = codepage->char2uni(&q->name[i], q->len - i, &c);
918 struct nls_table *codepage = CIFS_SB(dentry->d_sb)->local_nls; local
933 l1 = codepage->char2uni(&str[i], len - i, &c1);
934 l2 = codepage->char2uni(&name->name[i], name->len - i, &c2);
H A Dcifsproto.h325 const struct nls_table *codepage);
/linux/fs/jfs/
H 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()
/linux/fs/nls/
H A DKconfig46 codepage if you want to be able to read/write these filenames on
49 say Y here if you want to include the DOS codepage that is used in
58 codepage if you want to be able to read/write these filenames on
61 say Y here if you want to include the DOS codepage that is used for
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
86 say Y here if you want to include the DOS codepage that is used for
89 languages that are not part of the US codepage 437.
99 codepage if you want to be able to read/write these filenames on
[all …]
/linux/include/linux/
H A Dnls.h96 nls_nullsize(const struct nls_table *codepage) in nls_nullsize() argument
101 charlen = codepage->uni2char(0, tmp, NLS_MAX_CHARSET_SIZE); in nls_nullsize()
/linux/fs/fat/
H 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.
H A Dinode.c1230 opts->codepage = result.uint_32; in fat_parse_param()
1786 sprintf(buf, "cp%d", sbi->options.codepage); in fat_fill_super()
1917 opts->codepage = fat_default_codepage; in fat_init_fs_context()
/linux/Documentation/filesystems/
H A Dntfs3.rst47 default codepage will be used (CONFIG_NLS_DEFAULT).
H A Dvfat.rst56 **codepage=###**
57 Sets the codepage number for converting to shortname
/linux/drivers/s390/char/
H A Ddefkeymap.map2 # Default keymap for 3270 (ebcdic codepage 037).