codepage           23 arch/s390/include/asm/ebcdic.h codepage_convert(const __u8 *codepage, volatile char *addr, unsigned long nr)
codepage           36 arch/s390/include/asm/ebcdic.h 		: "a" (codepage) : "cc", "memory", "1");
codepage          675 drivers/staging/exfat/exfat.h 	unsigned short codepage;
codepage         3679 drivers/staging/exfat/exfat_super.c 	opts->codepage = exfat_default_codepage;
codepage         3727 drivers/staging/exfat/exfat_super.c 			opts->codepage = option;
codepage         3891 drivers/staging/exfat/exfat_super.c 		sprintf(buf, "cp%d", sbi->options.codepage);
codepage          180 fs/cifs/cifs_unicode.c 		const struct nls_table *codepage, int map_type)
codepage          184 fs/cifs/cifs_unicode.c 	int nullsize = nls_nullsize(codepage);
codepage          215 fs/cifs/cifs_unicode.c 			charlen = cifs_mapchar(tmp, ftmp, codepage, map_type);
codepage          221 fs/cifs/cifs_unicode.c 		charlen = cifs_mapchar(&to[outlen], ftmp, codepage, map_type);
codepage          251 fs/cifs/cifs_unicode.c 	      const struct nls_table *codepage)
codepage          258 fs/cifs/cifs_unicode.c 	if (!strcmp(codepage->charset, "utf8")) {
codepage          279 fs/cifs/cifs_unicode.c 		charlen = codepage->char2uni(from, len, &wchar_to);
codepage          307 fs/cifs/cifs_unicode.c 		const struct nls_table *codepage)
codepage          328 fs/cifs/cifs_unicode.c 		charlen = cifs_mapchar(tmp, ftmp, codepage, NO_MAP_UNI_RSVD);
codepage          349 fs/cifs/cifs_unicode.c 			const bool is_unicode, const struct nls_table *codepage)
codepage          355 fs/cifs/cifs_unicode.c 		len = cifs_utf16_bytes((__le16 *) src, maxlen, codepage);
codepage          356 fs/cifs/cifs_unicode.c 		len += nls_nullsize(codepage);
codepage          360 fs/cifs/cifs_unicode.c 		cifs_from_utf16(dst, (__le16 *) src, len, maxlen, codepage,
codepage          588 fs/cifs/cifs_unicode.c 			  const struct nls_table *codepage)
codepage          595 fs/cifs/cifs_unicode.c 		charlen = codepage->char2uni(from, len, &wchar_to);
codepage           96 fs/cifs/cifs_unicode.h 		     const struct nls_table *codepage);
codepage          100 fs/cifs/cifs_unicode.h 			      const struct nls_table *codepage);
codepage          534 fs/cifs/cifsproto.h 			const struct nls_table *codepage);
codepage          809 fs/cifs/dir.c  	struct nls_table *codepage = CIFS_SB(dentry->d_sb)->local_nls;
codepage          816 fs/cifs/dir.c  		charlen = codepage->char2uni(&q->name[i], q->len - i, &c);
codepage          830 fs/cifs/dir.c  	struct nls_table *codepage = CIFS_SB(dentry->d_sb)->local_nls;
codepage          845 fs/cifs/dir.c  		l1 = codepage->char2uni(&str[i], len - i, &c1);
codepage          846 fs/cifs/dir.c  		l2 = codepage->char2uni(&name->name[i], name->len - i, &c2);
codepage          170 fs/cifs/smbencrypt.c 	const struct nls_table *codepage)
codepage          178 fs/cifs/smbencrypt.c 		len = cifs_strtoUTF16(wpwd, passwd, 128, codepage);
codepage          193 fs/cifs/smbencrypt.c 		const struct nls_table *codepage)
codepage          201 fs/cifs/smbencrypt.c 	rc = E_md4hash(passwd, p16, codepage);
codepage           32 fs/fat/fat.h   	unsigned short codepage;   /* Codepage for shortname conversions */
codepage         1141 fs/fat/inode.c 	opts->codepage = fat_default_codepage;
codepage         1248 fs/fat/inode.c 			opts->codepage = option;
codepage         1828 fs/fat/inode.c 	sprintf(buf, "cp%d", sbi->options.codepage);
codepage         2996 fs/jfs/jfs_dtree.c 	struct nls_table *codepage = JFS_SBI(ip->i_sb)->nls_tab;
codepage         3239 fs/jfs/jfs_dtree.c 						   codepage);
codepage         3259 fs/jfs/jfs_dtree.c 							   len, codepage);
codepage           20 fs/jfs/jfs_unicode.c 		      int len, struct nls_table *codepage)
codepage           27 fs/jfs/jfs_unicode.c 	if (codepage) {
codepage           31 fs/jfs/jfs_unicode.c 			    codepage->uni2char(le16_to_cpu(from[i]),
codepage           70 fs/jfs/jfs_unicode.c 		struct nls_table *codepage)
codepage           75 fs/jfs/jfs_unicode.c 	if (codepage) {
codepage           78 fs/jfs/jfs_unicode.c 			charlen = codepage->char2uni(from, len, &to[i]);
codepage           83 fs/jfs/jfs_unicode.c 					codepage->charset, *from);
codepage           96 include/linux/nls.h nls_nullsize(const struct nls_table *codepage)
codepage          101 include/linux/nls.h 	charlen = codepage->uni2char(0, tmp, NLS_MAX_CHARSET_SIZE);