Searched refs:utf8 (Results 1 – 10 of 10) sorted by relevance
/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
|
/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() 870 if (joliet_level && opt.utf8 == 0) { in isofs_fill_super() 893 sbi->s_utf8 = opt.utf8; in isofs_fill_super()
|
/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.
|
D | namei_vfat.c | 512 int *longlen, int *outlen, int escape, int utf8, in xlate_to_uni() argument 520 if (utf8) { in xlate_to_uni() 603 opts->unicode_xlate, opts->utf8, sbi->nls_io); in vfat_build_slots()
|
D | inode.c | 990 if (opts->utf8) in fat_show_options() 1153 opts->utf8 = IS_ENABLED(CONFIG_FAT_DEFAULT_UTF8) && is_vfat; in parse_options() 1315 opts->utf8 = 0; in parse_options() 1318 opts->utf8 = 1; in parse_options() 1367 opts->utf8 = 0; in parse_options()
|
D | fat.h | 45 utf8:1, /* Use of UTF-8 character set (Default) */ member
|
D | dir.c | 185 if (sbi->options.utf8) in fat_uni_to_x8()
|
/fs/ntfs/ |
D | super.c | 90 static char *utf8 = "utf8"; in parse_options() local 230 v = utf8; in parse_options()
|
/fs/nls/ |
D | Kconfig | 34 koi8-r, koi8-ru, koi8-u, sjis, tis-620, macroman, utf8.
|