Searched refs:utf8 (Results 1 – 25 of 50) sorted by relevance
12
/Linux-v5.10/fs/unicode/ |
D | Makefile | 4 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
|
/Linux-v5.10/fs/isofs/ |
D | joliet.c | 44 unsigned char utf8; in get_joliet_filename() local 48 utf8 = ISOFS_SB(inode->i_sb)->s_utf8; in get_joliet_filename() 51 if (utf8) { in get_joliet_filename()
|
D | inode.c | 158 unsigned int utf8:1; member 358 popt->utf8 = 0; in parse_options() 392 popt->utf8 = 1; in parse_options() 865 if (joliet_level && opt.utf8 == 0) { in isofs_fill_super() 888 sbi->s_utf8 = opt.utf8; in isofs_fill_super()
|
/Linux-v5.10/fs/vboxsf/ |
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() 398 memcpy(ssymname->string.utf8, symname, symname_size); in vboxsf_dir_symlink()
|
D | utils.c | 372 out = shfl_path->string.utf8; in vboxsf_path_from_dentry() 395 shfl_path->length = out - shfl_path->string.utf8; in vboxsf_path_from_dentry() 408 memmove(shfl_path->string.utf8, path, path_len); in vboxsf_path_from_dentry() 409 shfl_path->string.utf8[path_len] = 0; in vboxsf_path_from_dentry()
|
D | super.c | 182 strlcpy(folder_name->string.utf8, fc->source, size); in vboxsf_fill_super() 193 root_path.string.utf8[0] = '/'; in vboxsf_fill_super() 194 root_path.string.utf8[1] = 0; in vboxsf_fill_super()
|
D | shfl_hostintf.h | 71 u8 utf8[2]; member
|
/Linux-v5.10/arch/arm/configs/ |
D | palmz72_defconfig | 68 CONFIG_FAT_DEFAULT_IOCHARSET="utf8" 71 CONFIG_NLS_DEFAULT="utf8"
|
D | spear6xx_defconfig | 67 CONFIG_NLS_DEFAULT="utf8"
|
D | spear3xx_defconfig | 78 CONFIG_NLS_DEFAULT="utf8"
|
D | spear13xx_defconfig | 98 CONFIG_NLS_DEFAULT="utf8"
|
D | xcep_defconfig | 79 CONFIG_NLS_DEFAULT="utf8"
|
D | magician_defconfig | 147 CONFIG_NLS_DEFAULT="utf8"
|
/Linux-v5.10/fs/fat/ |
D | Kconfig | 96 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.
|
/Linux-v5.10/Documentation/filesystems/ |
D | isofs.rst | 23 utf8 option. 24 utf8 Encode Unicode names in UTF-8 format. Default is no.
|
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-v5.10/arch/sh/configs/ |
D | j2_defconfig | 39 CONFIG_NLS_DEFAULT="utf8"
|
D | apsh4a3a_defconfig | 77 CONFIG_NLS_DEFAULT="utf8"
|
D | apsh4ad0a_defconfig | 108 CONFIG_NLS_DEFAULT="utf8"
|
/Linux-v5.10/fs/exfat/ |
D | Kconfig | 15 default "utf8"
|
D | nls.c | 635 if (EXFAT_SB(sb)->options.utf8) in exfat_utf16_to_nls() 644 if (EXFAT_SB(sb)->options.utf8) in exfat_nls_to_utf16()
|
D | super.c | 164 if (opts->utf8) in exfat_show_options() 634 opts->utf8 = 1; in exfat_fill_super() 645 if (sbi->options.utf8) in exfat_fill_super()
|
/Linux-v5.10/arch/mips/configs/ |
D | fuloong2e_defconfig | 196 CONFIG_FAT_DEFAULT_IOCHARSET="utf8" 214 CONFIG_NLS_DEFAULT="utf8"
|
/Linux-v5.10/certs/ |
D | Makefile | 63 $(Q)openssl req -new -nodes -utf8 -$(CONFIG_MODULE_SIG_HASH) -days 36500 \
|
/Linux-v5.10/arch/powerpc/configs/ |
D | storcenter_defconfig | 74 CONFIG_NLS_DEFAULT="utf8"
|
12