| /Linux-v5.10/fs/jfs/ | 
| D | jfs_unicode.c | 20 		      int len, struct nls_table *codepage)  in jfs_strfromUCS_le()  argument27 	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()
 
 | 
| D | jfs_dtree.c | 2996 	struct nls_table *codepage = JFS_SBI(ip->i_sb)->nls_tab;  in jfs_readdir()  local3239 						   codepage);  in jfs_readdir()
 3259 							   len, codepage);  in jfs_readdir()
 
 | 
| /Linux-v5.10/fs/cifs/ | 
| D | cifs_unicode.c | 180 		const struct nls_table *codepage, int map_type)  in cifs_from_utf16()  argument184 	int nullsize = nls_nullsize(codepage);  in cifs_from_utf16()
 215 			charlen = cifs_mapchar(tmp, ftmp, codepage, map_type);  in cifs_from_utf16()
 221 		charlen = cifs_mapchar(&to[outlen], ftmp, codepage, map_type);  in cifs_from_utf16()
 251 	      const struct nls_table *codepage)  in cifs_strtoUTF16()  argument
 258 	if (!strcmp(codepage->charset, "utf8")) {  in cifs_strtoUTF16()
 279 		charlen = codepage->char2uni(from, len, &wchar_to);  in cifs_strtoUTF16()
 307 		const struct nls_table *codepage)  in cifs_utf16_bytes()  argument
 328 		charlen = cifs_mapchar(tmp, ftmp, codepage, NO_MAP_UNI_RSVD);  in cifs_utf16_bytes()
 349 			const bool is_unicode, const struct nls_table *codepage)  in cifs_strndup_from_utf16()  argument
 [all …]
 
 | 
| D | smbencrypt.c | 170 	const struct nls_table *codepage)  in E_md4hash()  argument178 		len = cifs_strtoUTF16(wpwd, passwd, 128, codepage);  in E_md4hash()
 193 		const struct nls_table *codepage)  in SMBNTencrypt()  argument
 201 	rc = E_md4hash(passwd, p16, codepage);  in SMBNTencrypt()
 
 | 
| D | dir.c | 807 	struct nls_table *codepage = CIFS_SB(dentry->d_sb)->local_nls;  in cifs_ci_hash()  local814 		charlen = codepage->char2uni(&q->name[i], q->len - i, &c);  in cifs_ci_hash()
 828 	struct nls_table *codepage = CIFS_SB(dentry->d_sb)->local_nls;  in cifs_ci_compare()  local
 843 		l1 = codepage->char2uni(&str[i], len - i, &c1);  in cifs_ci_compare()
 844 		l2 = codepage->char2uni(&name->name[i], name->len - i, &c2);  in cifs_ci_compare()
 
 | 
| D | cifs_unicode.h | 96 		     const struct nls_table *codepage);100 			      const struct nls_table *codepage);
 
 | 
| D | cifsproto.h | 551 			const struct nls_table *codepage);
 | 
| /Linux-v5.10/fs/nls/ | 
| D | Kconfig | 46 	  codepage if you want to be able to read/write these filenames on49 	  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-v5.10/arch/s390/include/asm/ | 
| D | ebcdic.h | 23 codepage_convert(const __u8 *codepage, volatile char *addr, unsigned long nr)  in codepage_convert()  argument36 		: "a" (codepage) : "cc", "memory", "1");  in codepage_convert()
 
 | 
| /Linux-v5.10/include/linux/ | 
| D | nls.h | 96 nls_nullsize(const struct nls_table *codepage)  in nls_nullsize()  argument101 	charlen = codepage->uni2char(0, tmp, NLS_MAX_CHARSET_SIZE);  in nls_nullsize()
 
 | 
| /Linux-v5.10/fs/fat/ | 
| D | Kconfig | 79 	int "Default codepage for FAT"83 	  This option should be set to the codepage of your FAT filesystems.
 84 	  It can be overridden with the "codepage" mount option.
 
 | 
| D | fat.h | 32 	unsigned short codepage;   /* Codepage for shortname conversions */  member
 | 
| D | inode.c | 1140 	opts->codepage = fat_default_codepage;  in parse_options()1247 			opts->codepage = option;  in parse_options()
 1827 	sprintf(buf, "cp%d", sbi->options.codepage);  in fat_fill_super()
 
 | 
| /Linux-v5.10/Documentation/filesystems/ | 
| D | hpfs.rst | 118 file has a pointer to codepage its name is in. However OS/2 was created in120 support is quite buggy. I have Czech OS/2 working in codepage 852 on my disk.
 122 partition. It marked file name codepage as 850 - good. But when I again booted
 135 OK, I could implement complex codepage support to this driver but I think it
 137 So this driver simply uses first codepage it finds for uppercasing and
 138 lowercasing no matter what's file codepage index. Usually all file names are in
 139 this codepage - if you don't try to do what I described above :-)
 
 | 
| D | vfat.rst | 56 **codepage=###**57 	Sets the codepage number for converting to shortname
 
 | 
| /Linux-v5.10/drivers/s390/char/ | 
| D | defkeymap.map | 2 # Default keymap for 3270 (ebcdic codepage 037).
 |