/kernel/linux/linux-5.10/fs/unicode/ |
H A 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
|
/kernel/linux/linux-6.6/fs/unicode/ |
H A D | Makefile | 7 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 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() 451 memcpy(ssymname->string.utf8, symname, symname_size); in vboxsf_dir_symlink()
|
H A 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()
|
H A D | super.c | 143 /* 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 D | shfl_hostintf.h | 71 u8 utf8[2]; member
|
/kernel/linux/linux-6.6/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() 456 memcpy(ssymname->string.utf8, symname, symname_size); in vboxsf_dir_symlink()
|
H A D | utils.c | 392 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 D | super.c | 143 /* 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 D | shfl_hostintf.h | 72 DECLARE_FLEX_ARRAY(u8, utf8);
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | verify_sig_setup.sh | 41 openssl req -new -nodes -utf8 -sha256 -days 36500 \
|
/kernel/linux/linux-6.6/certs/ |
H A D | Makefile | 48 cmd_gen_key = openssl req -new -nodes -utf8 -$(CONFIG_MODULE_SIG_HASH) -days 36500 \
|
/kernel/linux/linux-5.10/certs/ |
H A D | Makefile | 84 $(Q)openssl req -new -nodes -utf8 -$(CONFIG_MODULE_SIG_HASH) -days 36500 \
|
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | super.c | 164 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 D | exfat_fs.h | 209 unsigned utf8:1, /* Use of UTF-8 character set */ member
|
H A 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()
|
/kernel/linux/linux-5.10/fs/fat/ |
H A D | namei_vfat.c | 512 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 D | inode.c | 996 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 D | fat.h | 45 utf8:1, /* Use of UTF-8 character set (Default) */ member
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | super.c | 150 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 D | exfat_fs.h | 232 unsigned utf8:1, /* Use of UTF-8 character set */ member
|
H A 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()
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | inode.c | 996 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 D | namei_vfat.c | 512 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 D | fat.h | 45 utf8:1, /* Use of UTF-8 character set (Default) */ member
|