Lines Matching defs:iocharset
165 char *iocharset;
306 {Opt_iocharset, "iocharset=%s"},
357 popt->iocharset = NULL;
392 kfree(popt->iocharset);
393 popt->iocharset = kstrdup("utf8", GFP_KERNEL);
394 if (!popt->iocharset)
398 kfree(popt->iocharset);
399 popt->iocharset = match_strdup(&args[0]);
400 if (!popt->iocharset)
522 seq_printf(m, ",iocharset=%s", sbi->s_nls_iocharset->charset);
524 seq_puts(m, ",iocharset=utf8");
868 char *p = opt.iocharset ? opt.iocharset : CONFIG_NLS_DEFAULT;
870 sbi->s_nls_iocharset = opt.iocharset ?
871 load_nls(opt.iocharset) : load_nls_default();
983 kfree(opt.iocharset);
1022 kfree(opt.iocharset);