Lines Matching defs:iocharset
165 char *iocharset;
306 {Opt_iocharset, "iocharset=%s"},
356 popt->iocharset = NULL;
391 kfree(popt->iocharset);
392 popt->iocharset = kstrdup("utf8", GFP_KERNEL);
393 if (!popt->iocharset)
397 kfree(popt->iocharset);
398 popt->iocharset = match_strdup(&args[0]);
399 if (!popt->iocharset)
521 seq_printf(m, ",iocharset=%s", sbi->s_nls_iocharset->charset);
523 seq_puts(m, ",iocharset=utf8");
867 char *p = opt.iocharset ? opt.iocharset : CONFIG_NLS_DEFAULT;
869 sbi->s_nls_iocharset = opt.iocharset ?
870 load_nls(opt.iocharset) : load_nls_default();
982 kfree(opt.iocharset);
1021 kfree(opt.iocharset);