Lines Matching refs:iocharset
165 char *iocharset; member
356 popt->iocharset = NULL; in parse_options()
391 kfree(popt->iocharset); in parse_options()
392 popt->iocharset = kstrdup("utf8", GFP_KERNEL); in parse_options()
393 if (!popt->iocharset) in parse_options()
397 kfree(popt->iocharset); in parse_options()
398 popt->iocharset = match_strdup(&args[0]); in parse_options()
399 if (!popt->iocharset) in parse_options()
867 char *p = opt.iocharset ? opt.iocharset : CONFIG_NLS_DEFAULT; in isofs_fill_super()
869 sbi->s_nls_iocharset = opt.iocharset ? in isofs_fill_super()
870 load_nls(opt.iocharset) : load_nls_default(); in isofs_fill_super()
982 kfree(opt.iocharset); in isofs_fill_super()
1021 kfree(opt.iocharset); in isofs_fill_super()