Lines Matching refs:iocharset
30 if (sbi->options.iocharset != exfat_default_iocharset)
31 kfree(sbi->options.iocharset);
151 seq_puts(m, ",iocharset=utf8");
153 seq_printf(m, ",iocharset=%s", sbi->nls_io->charset);
234 fsparam_string("iocharset", Opt_charset),
284 opts->iocharset = param->string;
648 if (!strcmp(sbi->options.iocharset, "utf8"))
651 sbi->nls_io = load_nls(sbi->options.iocharset);
654 sbi->options.iocharset);
759 sbi->options.iocharset = exfat_default_iocharset;