Searched refs:utf8 (Results 1 – 10 of 10) sorted by relevance
/fs/isofs/ |
D | joliet.c | 74 unsigned char utf8; in get_joliet_filename() local 78 utf8 = ISOFS_SB(inode->i_sb)->s_utf8; in get_joliet_filename() 81 if (utf8) { in get_joliet_filename()
|
D | inode.c | 153 unsigned char utf8; member 374 popt->utf8 = 0; in parse_options() 407 popt->utf8 = 1; in parse_options() 786 if (joliet_level && opt.utf8 == 0) { in isofs_fill_super() 807 sbi->s_utf8 = opt.utf8; in isofs_fill_super()
|
/fs/fat/ |
D | Kconfig | 95 Note that "utf8" is not recommended for FAT filesystems. 96 If unsure, you shouldn't set "utf8" here.
|
D | inode.c | 820 if (opts->utf8) in fat_show_options() 956 opts->utf8 = opts->unicode_xlate = 0; in parse_options() 1097 opts->utf8 = 0; in parse_options() 1100 opts->utf8 = 1; in parse_options() 1146 opts->utf8 = 0; in parse_options()
|
D | namei_vfat.c | 492 int *longlen, int *outlen, int escape, int utf8, in xlate_to_uni() argument 502 if (utf8) { in xlate_to_uni() 613 opts->unicode_xlate, opts->utf8, sbi->nls_io); in vfat_build_slots()
|
D | fat.h | 40 utf8:1, /* Use of UTF-8 character set (Default) */ member
|
D | dir.c | 173 if (sbi->options.utf8) in fat_uni_to_x8()
|
/fs/ntfs/ |
D | super.c | 102 static char *utf8 = "utf8"; in parse_options() local 219 v = utf8; in parse_options()
|
D | ChangeLog | 1432 posix, and utf8) and tell user what the new options to use are. Note
|
/fs/nls/ |
D | Kconfig | 33 koi8-r, koi8-ru, koi8-u, sjis, tis-620, utf8.
|