Home
last modified time | relevance | path

Searched refs:utf8 (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/fs/unicode/
H A 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
/kernel/linux/linux-6.6/fs/unicode/
H A 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
/kernel/linux/linux-5.10/fs/vboxsf/
H A 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()
451 memcpy(ssymname->string.utf8, symname, symname_size); in vboxsf_dir_symlink()
H A Dutils.c372 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()
H A Dsuper.c143 /* Load nls if not utf8 */ in vboxsf_fill_super()
145 if (strcmp(nls_name, "utf8") != 0) { in vboxsf_fill_super()
179 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()
H A Dshfl_hostintf.h71 u8 utf8[2]; member
/kernel/linux/linux-6.6/fs/vboxsf/
H A 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()
H A 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()
H A Dsuper.c143 /* Load nls if not utf8 */ in vboxsf_fill_super()
145 if (strcmp(nls_name, "utf8") != 0) { in vboxsf_fill_super()
179 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()
H A Dshfl_hostintf.h72 DECLARE_FLEX_ARRAY(u8, utf8);
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dverify_sig_setup.sh41 openssl req -new -nodes -utf8 -sha256 -days 36500 \
/kernel/linux/linux-6.6/certs/
H A DMakefile48 cmd_gen_key = openssl req -new -nodes -utf8 -$(CONFIG_MODULE_SIG_HASH) -days 36500 \
/kernel/linux/linux-5.10/certs/
H A DMakefile84 $(Q)openssl req -new -nodes -utf8 -$(CONFIG_MODULE_SIG_HASH) -days 36500 \
/kernel/linux/linux-5.10/fs/exfat/
H A Dsuper.c164 if (opts->utf8) in exfat_show_options()
165 seq_puts(m, ",iocharset=utf8"); in exfat_show_options()
246 __fsparam(NULL, "utf8", Opt_utf8, fs_param_deprecated,
653 if (!strcmp(sbi->options.iocharset, "utf8")) in exfat_fill_super()
654 opts->utf8 = 1; in exfat_fill_super()
665 if (sbi->options.utf8) in exfat_fill_super()
H A Dexfat_fs.h209 unsigned utf8:1, /* Use of UTF-8 character set */ member
H A 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()
/kernel/linux/linux-5.10/fs/fat/
H A Dnamei_vfat.c512 int *longlen, int *outlen, int escape, int utf8, in xlate_to_uni()
520 if (utf8) { in xlate_to_uni()
603 opts->unicode_xlate, opts->utf8, sbi->nls_io); in vfat_build_slots()
511 xlate_to_uni(const unsigned char *name, int len, unsigned char *outname, int *longlen, int *outlen, int escape, int utf8, struct nls_table *nls) xlate_to_uni() argument
H A Dinode.c996 if (opts->utf8) in fat_show_options()
997 seq_puts(m, ",utf8"); in fat_show_options()
1101 {Opt_utf8_no, "utf8=0"}, /* 0 or no or false */
1102 {Opt_utf8_no, "utf8=no"},
1103 {Opt_utf8_no, "utf8=false"},
1104 {Opt_utf8_yes, "utf8=1"}, /* empty or 1 or yes or true */
1105 {Opt_utf8_yes, "utf8=yes"},
1106 {Opt_utf8_yes, "utf8=true"},
1107 {Opt_utf8_yes, "utf8"},
1159 opts->utf8 in parse_options()
[all...]
H A Dfat.h45 utf8:1, /* Use of UTF-8 character set (Default) */ member
/kernel/linux/linux-6.6/fs/exfat/
H A Dsuper.c150 if (opts->utf8) in exfat_show_options()
151 seq_puts(m, ",iocharset=utf8"); in exfat_show_options()
240 __fsparam(NULL, "utf8", Opt_utf8, fs_param_deprecated,
648 if (!strcmp(sbi->options.iocharset, "utf8")) in exfat_fill_super()
649 opts->utf8 = 1; in exfat_fill_super()
660 if (sbi->options.utf8) in exfat_fill_super()
H A Dexfat_fs.h232 unsigned utf8:1, /* Use of UTF-8 character set */ member
H A 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()
/kernel/linux/linux-6.6/fs/fat/
H A Dinode.c996 if (opts->utf8) in fat_show_options()
997 seq_puts(m, ",utf8"); in fat_show_options()
1101 {Opt_utf8_no, "utf8=0"}, /* 0 or no or false */
1102 {Opt_utf8_no, "utf8=no"},
1103 {Opt_utf8_no, "utf8=false"},
1104 {Opt_utf8_yes, "utf8=1"}, /* empty or 1 or yes or true */
1105 {Opt_utf8_yes, "utf8=yes"},
1106 {Opt_utf8_yes, "utf8=true"},
1107 {Opt_utf8_yes, "utf8"},
1159 opts->utf8 in parse_options()
[all...]
H A Dnamei_vfat.c512 int *longlen, int *outlen, int escape, int utf8, in xlate_to_uni()
520 if (utf8) { in xlate_to_uni()
603 opts->unicode_xlate, opts->utf8, sbi->nls_io); in vfat_build_slots()
511 xlate_to_uni(const unsigned char *name, int len, unsigned char *outname, int *longlen, int *outlen, int escape, int utf8, struct nls_table *nls) xlate_to_uni() argument
H A Dfat.h45 utf8:1, /* Use of UTF-8 character set (Default) */ member

Completed in 24 milliseconds

12