Lines Matching defs:iocharset
714 if (opts->iocharset != fat_default_iocharset) {
715 /* Note: opts->iocharset can be NULL here */
716 kfree(opts->iocharset);
717 opts->iocharset = fat_default_iocharset;
960 seq_printf(m, ",iocharset=%s", sbi->nls_io->charset);
1096 {Opt_charset, "iocharset=%s"},
1132 char *iocharset;
1299 iocharset = match_strdup(&args[0]);
1300 if (!iocharset)
1302 opts->iocharset = iocharset;
1363 if (!strcmp(opts->iocharset, "utf8")) {
1834 /* FIXME: utf8 is using iocharset for upper/lower conversion */
1836 sbi->nls_io = load_nls(sbi->options.iocharset);
1839 sbi->options.iocharset);