| /linux/fs/vboxsf/ |
| H A D | dir.c | 122 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() 450 memcpy(ssymname->string.utf8, symname, symname_size); in vboxsf_dir_symlink()
|
| H A D | utils.c | 393 out = shfl_path->string.utf8; in vboxsf_path_from_dentry() 416 shfl_path->length = out - shfl_path->string.utf8; in vboxsf_path_from_dentry() 429 memmove(shfl_path->string.utf8, path, path_len); in vboxsf_path_from_dentry() 430 shfl_path->string.utf8[path_len] = 0; in vboxsf_path_from_dentry()
|
| H A D | super.c | 171 strscpy(folder_name->string.utf8, fc->source, size); in vboxsf_fill_super() 182 root_path.string.utf8[0] = '/'; in vboxsf_fill_super() 183 root_path.string.utf8[1] = 0; in vboxsf_fill_super()
|
| H A D | shfl_hostintf.h | 72 DECLARE_FLEX_ARRAY(u8, utf8);
|
| /linux/fs/fat/ |
| H A D | Kconfig | 98 Note that "utf8" is not recommended for FAT filesystems. 99 If unsure, you shouldn't set "utf8" here - select the next option 111 Set this if you would like to have "utf8" mount option set 115 particular mount by adding "utf8=0" to mount options.
|
| H A D | inode.c | 1005 if (opts->utf8) in fat_show_options() 1281 opts->utf8 = 1; in fat_parse_param() 1284 opts->utf8 = result.boolean; in fat_parse_param() 1586 opts->utf8 = 0; in fat_fill_super() 1936 opts->utf8 = IS_ENABLED(CONFIG_FAT_DEFAULT_UTF8) && is_vfat; in fat_init_fs_context()
|
| H A D | namei_vfat.c | 510 int *longlen, int *outlen, int escape, int utf8, in xlate_to_uni() argument 518 if (utf8) { in xlate_to_uni() 601 opts->unicode_xlate, opts->utf8, sbi->nls_io); in vfat_build_slots()
|
| /linux/Documentation/filesystems/ |
| H A D | isofs.rst | 23 utf8 option. 24 utf8 Encode Unicode names in UTF-8 format. Default is no.
|
| H A D | vfat.rst | 70 with the utf8 option. 72 .. note:: ``iocharset=utf8`` is not recommended. If unsure, you should consider 73 the utf8 option instead. 75 **utf8=<bool>**
|
| /linux/arch/mips/configs/ |
| H A D | fuloong2e_defconfig | 188 CONFIG_FAT_DEFAULT_IOCHARSET="utf8" 205 CONFIG_NLS_DEFAULT="utf8"
|
| /linux/arch/sh/configs/ |
| H A D | j2_defconfig | 39 CONFIG_NLS_DEFAULT="utf8"
|
| H A D | apsh4a3a_defconfig | 76 CONFIG_NLS_DEFAULT="utf8"
|
| H A D | apsh4ad0a_defconfig | 105 CONFIG_NLS_DEFAULT="utf8"
|
| H A D | sh2007_defconfig | 117 CONFIG_NLS_DEFAULT="utf8"
|
| /linux/fs/exfat/ |
| H A D | Kconfig | 17 default "utf8"
|
| H A D | super.c | 39 opts->utf8 = 1; in exfat_set_iocharset() 41 opts->utf8 = 0; in exfat_set_iocharset() 132 if (opts->utf8) in exfat_show_options() 691 if (sbi->options.utf8) in exfat_fill_super()
|
| H A D | nls.c | 632 if (EXFAT_SB(sb)->options.utf8) in exfat_utf16_to_nls() 641 if (EXFAT_SB(sb)->options.utf8) in exfat_nls_to_utf16()
|
| /linux/arch/arm/configs/ |
| H A D | sp7021_defconfig | 45 CONFIG_FAT_DEFAULT_IOCHARSET="utf8"
|
| H A D | spear6xx_defconfig | 64 CONFIG_NLS_DEFAULT="utf8"
|
| H A D | spear3xx_defconfig | 78 CONFIG_NLS_DEFAULT="utf8"
|
| H A D | spear13xx_defconfig | 98 CONFIG_NLS_DEFAULT="utf8"
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | verify_sig_setup.sh | 41 openssl req -new -nodes -utf8 -sha256 -days 36500 \
|
| H A D | config.x86_64 | 155 CONFIG_NLS_DEFAULT="utf8"
|
| /linux/arch/powerpc/configs/ |
| H A D | storcenter_defconfig | 74 CONFIG_NLS_DEFAULT="utf8"
|
| /linux/Documentation/admin-guide/ |
| H A D | jfs.rst | 14 iocharset=utf8 for UTF-8 translations. This requires
|