Home
last modified time | relevance | path

Searched refs:utf8 (Results 1 – 16 of 16) sorted by relevance

/fs/unicode/
DMakefile4 obj-$(CONFIG_UNICODE_NORMALIZATION_SELFTEST) += utf8-selftest.o
6 unicode-y := utf8-norm.o utf8-core.o
8 $(obj)/utf8-norm.o: $(obj)/utf8data.h
/fs/vboxsf/
Ddir.c122 end = &info->name.string.utf8[info->name.size]; in vboxsf_dir_emit()
129 end = &info->name.string.utf8[info->name.size]; in vboxsf_dir_emit()
150 info->name.string.utf8, in vboxsf_dir_emit()
162 return dir_emit(ctx, info->name.string.utf8, info->name.length, in vboxsf_dir_emit()
455 memcpy(ssymname->string.utf8, symname, symname_size); in vboxsf_dir_symlink()
Dutils.c391 out = shfl_path->string.utf8; in vboxsf_path_from_dentry()
414 shfl_path->length = out - shfl_path->string.utf8; in vboxsf_path_from_dentry()
427 memmove(shfl_path->string.utf8, path, path_len); in vboxsf_path_from_dentry()
428 shfl_path->string.utf8[path_len] = 0; in vboxsf_path_from_dentry()
Dsuper.c179 strlcpy(folder_name->string.utf8, fc->source, size); in vboxsf_fill_super()
190 root_path.string.utf8[0] = '/'; in vboxsf_fill_super()
191 root_path.string.utf8[1] = 0; in vboxsf_fill_super()
Dshfl_hostintf.h71 u8 utf8[2]; member
/fs/fat/
DKconfig96 Note that "utf8" is not recommended for FAT filesystems.
97 If unsure, you shouldn't set "utf8" here - select the next option
109 Set this if you would like to have "utf8" mount option set
113 particular mount by adding "utf8=0" to mount options.
Dnamei_vfat.c512 int *longlen, int *outlen, int escape, int utf8, in xlate_to_uni() argument
520 if (utf8) { in xlate_to_uni()
603 opts->unicode_xlate, opts->utf8, sbi->nls_io); in vfat_build_slots()
Dinode.c997 if (opts->utf8) in fat_show_options()
1160 opts->utf8 = IS_ENABLED(CONFIG_FAT_DEFAULT_UTF8) && is_vfat; in parse_options()
1322 opts->utf8 = 0; in parse_options()
1325 opts->utf8 = 1; in parse_options()
1374 opts->utf8 = 0; in parse_options()
Dfat.h45 utf8:1, /* Use of UTF-8 character set (Default) */ member
Ddir.c185 if (sbi->options.utf8) in fat_uni_to_x8()
/fs/exfat/
DKconfig15 default "utf8"
Dnls.c635 if (EXFAT_SB(sb)->options.utf8) in exfat_utf16_to_nls()
644 if (EXFAT_SB(sb)->options.utf8) in exfat_nls_to_utf16()
Dsuper.c164 if (opts->utf8) in exfat_show_options()
654 opts->utf8 = 1; in exfat_fill_super()
665 if (sbi->options.utf8) in exfat_fill_super()
Dexfat_fs.h206 unsigned utf8:1, /* Use of UTF-8 character set */ member
/fs/ntfs/
Dsuper.c90 static char *utf8 = "utf8"; in parse_options() local
230 v = utf8; in parse_options()
/fs/nls/
DKconfig34 koi8-r, koi8-ru, koi8-u, sjis, tis-620, macroman, utf8.