/Linux-v4.19/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 | 3009 struct nls_table *codepage = JFS_SBI(ip->i_sb)->nls_tab; in jfs_readdir() local 3252 codepage); in jfs_readdir() 3272 len, codepage); in jfs_readdir()
|
/Linux-v4.19/fs/cifs/ |
D | cifs_unicode.c | 193 const struct nls_table *codepage, int map_type) in cifs_from_utf16() argument 197 int nullsize = nls_nullsize(codepage); in cifs_from_utf16() 228 charlen = cifs_mapchar(tmp, ftmp, codepage, map_type); in cifs_from_utf16() 234 charlen = cifs_mapchar(&to[outlen], ftmp, codepage, map_type); in cifs_from_utf16() 264 const struct nls_table *codepage) in cifs_strtoUTF16() argument 271 if (!strcmp(codepage->charset, "utf8")) { in cifs_strtoUTF16() 292 charlen = codepage->char2uni(from, len, &wchar_to); in cifs_strtoUTF16() 320 const struct nls_table *codepage) in cifs_utf16_bytes() argument 341 charlen = cifs_mapchar(tmp, ftmp, codepage, NO_MAP_UNI_RSVD); in cifs_utf16_bytes() 362 const bool is_unicode, const struct nls_table *codepage) in cifs_strndup_from_utf16() argument [all …]
|
D | smbencrypt.c | 182 const struct nls_table *codepage) in E_md4hash() argument 190 len = cifs_strtoUTF16(wpwd, passwd, 128, codepage); in E_md4hash() 205 const struct nls_table *codepage) in SMBNTencrypt() argument 213 rc = E_md4hash(passwd, p16, codepage); in SMBNTencrypt()
|
D | cifs_unicode.h | 111 const struct nls_table *codepage); 115 const struct nls_table *codepage);
|
D | dir.c | 906 struct nls_table *codepage = CIFS_SB(dentry->d_sb)->local_nls; in cifs_ci_hash() local 913 charlen = codepage->char2uni(&q->name[i], q->len - i, &c); in cifs_ci_hash() 927 struct nls_table *codepage = CIFS_SB(dentry->d_sb)->local_nls; in cifs_ci_compare() local 942 l1 = codepage->char2uni(&str[i], len - i, &c1); in cifs_ci_compare() 943 l2 = codepage->char2uni(&name->name[i], name->len - i, &c2); in cifs_ci_compare()
|
D | cifsproto.h | 524 const struct nls_table *codepage);
|
/Linux-v4.19/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-v4.19/arch/s390/include/asm/ |
D | ebcdic.h | 23 codepage_convert(const __u8 *codepage, volatile __u8 * addr, unsigned long nr) in codepage_convert() argument 36 : "a" (codepage) : "cc", "memory", "1"); in codepage_convert()
|
/Linux-v4.19/include/linux/ |
D | nls.h | 96 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-v4.19/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 | 32 unsigned short codepage; /* Codepage for shortname conversions */ member
|
D | inode.c | 1134 opts->codepage = fat_default_codepage; in parse_options() 1241 opts->codepage = option; in parse_options() 1809 sprintf(buf, "cp%d", sbi->options.codepage); in fat_fill_super()
|
/Linux-v4.19/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-v4.19/drivers/s390/char/ |
D | defkeymap.map | 2 # Default keymap for 3270 (ebcdic codepage 037).
|