Home
last modified time | relevance | path

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

12

/Linux-v6.6/fs/unicode/
DMakefile7 obj-$(CONFIG_UNICODE_NORMALIZATION_SELFTEST) += utf8-selftest.o
9 unicode-y := utf8-norm.o utf8-core.o
11 $(obj)/utf8-data.o: $(obj)/utf8data.c
/Linux-v6.6/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()
456 memcpy(ssymname->string.utf8, symname, symname_size); in vboxsf_dir_symlink()
Dutils.c392 out = shfl_path->string.utf8; in vboxsf_path_from_dentry()
415 shfl_path->length = out - shfl_path->string.utf8; in vboxsf_path_from_dentry()
428 memmove(shfl_path->string.utf8, path, path_len); in vboxsf_path_from_dentry()
429 shfl_path->string.utf8[path_len] = 0; in vboxsf_path_from_dentry()
Dsuper.c179 strscpy(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.h72 DECLARE_FLEX_ARRAY(u8, utf8);
/Linux-v6.6/fs/fat/
DKconfig98 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.
Dinode.c996 if (opts->utf8) in fat_show_options()
1159 opts->utf8 = IS_ENABLED(CONFIG_FAT_DEFAULT_UTF8) && is_vfat; in parse_options()
1321 opts->utf8 = 0; in parse_options()
1324 opts->utf8 = 1; in parse_options()
1373 opts->utf8 = 0; in parse_options()
/Linux-v6.6/Documentation/filesystems/
Disofs.rst23 utf8 option.
24 utf8 Encode Unicode names in UTF-8 format. Default is no.
Dvfat.rst70 with the utf8 option.
72 .. note:: ``iocharset=utf8`` is not recommended. If unsure, you should consider
73 the utf8 option instead.
75 **utf8=<bool>**
Dntfs.rst121 advised to use nls=utf8 which is capable of
124 utf8=<bool> Option no longer supported. Currently mapped to
125 nls=utf8 but please use nls=utf8 in the future and
126 make sure utf8 is compiled either as module or into
/Linux-v6.6/arch/sh/configs/
Dj2_defconfig39 CONFIG_NLS_DEFAULT="utf8"
Dapsh4a3a_defconfig76 CONFIG_NLS_DEFAULT="utf8"
Dapsh4ad0a_defconfig107 CONFIG_NLS_DEFAULT="utf8"
/Linux-v6.6/arch/mips/configs/
Dfuloong2e_defconfig190 CONFIG_FAT_DEFAULT_IOCHARSET="utf8"
207 CONFIG_NLS_DEFAULT="utf8"
/Linux-v6.6/tools/testing/selftests/bpf/
Dverify_sig_setup.sh41 openssl req -new -nodes -utf8 -sha256 -days 36500 \
/Linux-v6.6/fs/exfat/
DKconfig17 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.c150 if (opts->utf8) in exfat_show_options()
649 opts->utf8 = 1; in exfat_fill_super()
660 if (sbi->options.utf8) in exfat_fill_super()
/Linux-v6.6/arch/arm/configs/
Dsp7021_defconfig45 CONFIG_FAT_DEFAULT_IOCHARSET="utf8"
Dspear6xx_defconfig63 CONFIG_NLS_DEFAULT="utf8"
Dspear3xx_defconfig77 CONFIG_NLS_DEFAULT="utf8"
Dspear13xx_defconfig97 CONFIG_NLS_DEFAULT="utf8"
/Linux-v6.6/arch/powerpc/configs/
Dstorcenter_defconfig74 CONFIG_NLS_DEFAULT="utf8"
/Linux-v6.6/certs/
DMakefile48 cmd_gen_key = openssl req -new -nodes -utf8 -$(CONFIG_MODULE_SIG_HASH) -days 36500 \
/Linux-v6.6/Documentation/admin-guide/
Djfs.rst14 iocharset=utf8 for UTF-8 translations. This requires

12