Home
last modified time | relevance | path

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

/fs/unicode/
A DMakefile9 unicode-y := utf8-norm.o utf8-core.o
11 $(obj)/utf8-data.o: $(obj)/utf8data.c
/fs/vboxsf/
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()
457 memcpy(ssymname->string.utf8, symname, symname_size); in vboxsf_dir_symlink()
A Dutils.c393 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()
A Dsuper.c171 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()
A Dshfl_hostintf.h72 DECLARE_FLEX_ARRAY(u8, utf8);
/fs/fat/
A 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.
A Dinode.c1004 if (opts->utf8) in fat_show_options()
1280 opts->utf8 = 1; in fat_parse_param()
1283 opts->utf8 = result.boolean; in fat_parse_param()
1585 opts->utf8 = 0; in fat_fill_super()
1931 opts->utf8 = IS_ENABLED(CONFIG_FAT_DEFAULT_UTF8) && is_vfat; in fat_init_fs_context()
A Dnamei_vfat.c509 int *longlen, int *outlen, int escape, int utf8, in xlate_to_uni() argument
517 if (utf8) { in xlate_to_uni()
600 opts->unicode_xlate, opts->utf8, sbi->nls_io); in vfat_build_slots()
A Dfat.h47 utf8:1, /* Use of UTF-8 character set (Default) */ member
A Ddir.c185 if (sbi->options.utf8) in fat_uni_to_x8()
/fs/exfat/
A DKconfig17 default "utf8"
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()
A Dsuper.c122 if (opts->utf8) in exfat_show_options()
668 opts->utf8 = 1; in exfat_fill_super()
679 if (sbi->options.utf8) in exfat_fill_super()
A Dexfat_fs.h236 unsigned utf8:1, /* Use of UTF-8 character set */ member
/fs/nls/
A DKconfig34 koi8-r, koi8-ru, koi8-u, sjis, tis-620, macroman, utf8.

Completed in 36 milliseconds