Lines Matching refs:iocharset
29 if (sbi->options.iocharset != exfat_default_iocharset)
30 kfree(sbi->options.iocharset);
165 seq_puts(m, ",iocharset=utf8");
167 seq_printf(m, ",iocharset=%s", sbi->nls_io->charset);
242 fsparam_string("iocharset", Opt_charset),
290 opts->iocharset = param->string;
653 if (!strcmp(sbi->options.iocharset, "utf8"))
656 sbi->nls_io = load_nls(sbi->options.iocharset);
659 sbi->options.iocharset);
762 sbi->options.iocharset = exfat_default_iocharset;