Lines Matching defs:iocharset
712 if (opts->iocharset != fat_default_iocharset) {
713 /* Note: opts->iocharset can be NULL here */
714 kfree(opts->iocharset);
715 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")) {
1830 /* FIXME: utf8 is using iocharset for upper/lower conversion */
1832 sbi->nls_io = load_nls(sbi->options.iocharset);
1835 sbi->options.iocharset);