/linux-4.4.14/fs/cifs/ |
D | cifs_unicode.c | 183 const struct nls_table *codepage, int map_type) in cifs_from_utf16() argument 187 int nullsize = nls_nullsize(codepage); in cifs_from_utf16() 218 charlen = cifs_mapchar(tmp, ftmp, codepage, map_type); in cifs_from_utf16() 224 charlen = cifs_mapchar(&to[outlen], ftmp, codepage, map_type); in cifs_from_utf16() 254 const struct nls_table *codepage) in cifs_strtoUTF16() argument 261 if (!strcmp(codepage->charset, "utf8")) { in cifs_strtoUTF16() 282 charlen = codepage->char2uni(from, len, &wchar_to); in cifs_strtoUTF16() 310 const struct nls_table *codepage) in cifs_utf16_bytes() argument 331 charlen = cifs_mapchar(tmp, ftmp, codepage, NO_MAP_UNI_RSVD); in cifs_utf16_bytes() 352 const bool is_unicode, const struct nls_table *codepage) in cifs_strndup_from_utf16() argument [all …]
|
D | smbencrypt.c | 209 const struct nls_table *codepage) in E_md4hash() argument 217 len = cifs_strtoUTF16(wpwd, passwd, 128, codepage); in E_md4hash() 232 const struct nls_table *codepage) in SMBNTencrypt() argument 240 rc = E_md4hash(passwd, p16, codepage); in SMBNTencrypt()
|
D | cifs_unicode.h | 108 const struct nls_table *codepage); 112 const struct nls_table *codepage);
|
D | dir.c | 854 struct nls_table *codepage = CIFS_SB(dentry->d_sb)->local_nls; in cifs_ci_hash() local 861 charlen = codepage->char2uni(&q->name[i], q->len - i, &c); in cifs_ci_hash() 875 struct nls_table *codepage = CIFS_SB(parent->d_sb)->local_nls; in cifs_ci_compare() local 890 l1 = codepage->char2uni(&str[i], len - i, &c1); in cifs_ci_compare() 891 l2 = codepage->char2uni(&name->name[i], name->len - i, &c2); in cifs_ci_compare()
|
D | cifsproto.h | 492 const struct nls_table *codepage);
|
/linux-4.4.14/fs/jfs/ |
D | jfs_unicode.c | 33 int len, struct nls_table *codepage) in jfs_strfromUCS_le() argument 40 if (codepage) { in jfs_strfromUCS_le() 44 codepage->uni2char(le16_to_cpu(from[i]), in jfs_strfromUCS_le() 83 struct nls_table *codepage) in jfs_strtoUCS() argument 88 if (codepage) { in jfs_strtoUCS() 91 charlen = codepage->char2uni(from, len, &to[i]); in jfs_strtoUCS() 96 codepage->charset, *from); in jfs_strtoUCS()
|
D | jfs_dtree.c | 3008 struct nls_table *codepage = JFS_SBI(ip->i_sb)->nls_tab; in jfs_readdir() local 3253 codepage); in jfs_readdir() 3273 len, codepage); in jfs_readdir()
|
/linux-4.4.14/fs/nls/ |
D | Kconfig | 45 codepage if you want to be able to read/write these filenames on 48 say Y here if you want to include the DOS codepage that is used in 57 codepage if you want to be able to read/write these filenames on 60 say Y here if you want to include the DOS codepage that is used for 69 codepage if you want to be able to read/write these filenames on 72 say Y here if you want to include the DOS codepage that is used 82 codepage if you want to be able to read/write these filenames on 85 say Y here if you want to include the DOS codepage that is used for 88 languages that are not part of the US codepage 437. 98 codepage if you want to be able to read/write these filenames on [all …]
|
/linux-4.4.14/fs/ncpfs/ |
D | ioctl.c | 163 struct nls_table *codepage; in ncp_set_charsets() local 173 codepage = NULL; in ncp_set_charsets() 174 user.codepage[NCP_IOCSNAME_LEN] = 0; in ncp_set_charsets() 175 if (!user.codepage[0] || !strcmp(user.codepage, "default")) in ncp_set_charsets() 176 codepage = load_nls_default(); in ncp_set_charsets() 178 codepage = load_nls(user.codepage); in ncp_set_charsets() 179 if (!codepage) { in ncp_set_charsets() 195 unload_nls(codepage); in ncp_set_charsets() 203 oldset_cp = codepage; in ncp_set_charsets() 212 server->nls_vol = codepage; in ncp_set_charsets() [all …]
|
/linux-4.4.14/arch/s390/include/asm/ |
D | ebcdic.h | 24 codepage_convert(const __u8 *codepage, volatile __u8 * addr, unsigned long nr) in codepage_convert() argument 37 : "a" (codepage) : "cc", "memory", "1"); in codepage_convert()
|
/linux-4.4.14/include/linux/ |
D | nls.h | 95 nls_nullsize(const struct nls_table *codepage) in nls_nullsize() argument 100 charlen = codepage->uni2char(0, tmp, NLS_MAX_CHARSET_SIZE); in nls_nullsize()
|
/linux-4.4.14/fs/fat/ |
D | Kconfig | 78 int "Default codepage for FAT" 82 This option should be set to the codepage of your FAT filesystems. 83 It can be overridden with the "codepage" mount option.
|
D | fat.h | 31 unsigned short codepage; /* Codepage for shortname conversions */ member
|
D | inode.c | 1036 opts->codepage = fat_default_codepage; in parse_options() 1141 opts->codepage = option; in parse_options() 1695 sprintf(buf, "cp%d", sbi->options.codepage); in fat_fill_super()
|
/linux-4.4.14/include/uapi/linux/ |
D | ncp_fs.h | 103 unsigned char codepage[NCP_IOCSNAME_LEN+1]; member
|
/linux-4.4.14/Documentation/filesystems/ |
D | hpfs.txt | 106 file has a pointer to codepage its name is in. However OS/2 was created in 108 support is quite buggy. I have Czech OS/2 working in codepage 852 on my disk. 110 partition. It marked file name codepage as 850 - good. But when I again booted 123 OK, I could implement complex codepage support to this driver but I think it 125 So this driver simply uses first codepage it finds for uppercasing and 126 lowercasing no matter what's file codepage index. Usually all file names are in 127 this codepage - if you don't try to do what I described above :-)
|
D | vfat.txt | 41 codepage=### -- Sets the codepage number for converting to shortname
|
/linux-4.4.14/drivers/s390/char/ |
D | defkeymap.map | 1 # Default keymap for 3270 (ebcdic codepage 037).
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 102 and to handle certain codepage conversions better. Fix mount and 685 of default nls codepage
|