Searched refs:utf8 (Results 1 – 10 of 10) sorted by relevance
/fs/isofs/ |
D | joliet.c | 43 unsigned char utf8; in get_joliet_filename() local 47 utf8 = ISOFS_SB(inode->i_sb)->s_utf8; in get_joliet_filename() 50 if (utf8) { in get_joliet_filename()
|
D | inode.c | 156 unsigned int utf8:1; member 356 popt->utf8 = 0; in parse_options() 390 popt->utf8 = 1; in parse_options() 807 if (joliet_level && opt.utf8 == 0) { in isofs_fill_super() 830 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 - select the next option 108 Set this if you would like to have "utf8" mount option set 112 particular mount by adding "utf8=0" to mount options.
|
D | namei_vfat.c | 509 int *longlen, int *outlen, int escape, int utf8, in xlate_to_uni() argument 519 if (utf8) { in xlate_to_uni() 613 opts->unicode_xlate, opts->utf8, sbi->nls_io); in vfat_build_slots()
|
D | inode.c | 975 if (opts->utf8) in fat_show_options() 1138 opts->utf8 = IS_ENABLED(CONFIG_FAT_DEFAULT_UTF8) && is_vfat; in parse_options() 1301 opts->utf8 = 0; in parse_options() 1304 opts->utf8 = 1; in parse_options() 1353 opts->utf8 = 0; in parse_options()
|
D | fat.h | 44 utf8:1, /* Use of UTF-8 character set (Default) */ member
|
D | dir.c | 185 if (sbi->options.utf8) in fat_uni_to_x8()
|
/fs/ncpfs/ |
D | ioctl.c | 167 int utf8; in ncp_set_charsets() local 188 utf8 = 0; in ncp_set_charsets() 191 utf8 = 1; in ncp_set_charsets() 198 utf8 = 0; in ncp_set_charsets() 207 if (utf8) in ncp_set_charsets()
|
/fs/ntfs/ |
D | super.c | 104 static char *utf8 = "utf8"; in parse_options() local 244 v = utf8; in parse_options()
|
/fs/nls/ |
D | Kconfig | 33 koi8-r, koi8-ru, koi8-u, sjis, tis-620, macroman, utf8.
|