Lines Matching refs:iocharset
165 char *iocharset; member
357 popt->iocharset = NULL; in parse_options()
392 kfree(popt->iocharset); in parse_options()
393 popt->iocharset = kstrdup("utf8", GFP_KERNEL); in parse_options()
394 if (!popt->iocharset) in parse_options()
398 kfree(popt->iocharset); in parse_options()
399 popt->iocharset = match_strdup(&args[0]); in parse_options()
400 if (!popt->iocharset) in parse_options()
868 char *p = opt.iocharset ? opt.iocharset : CONFIG_NLS_DEFAULT; in isofs_fill_super()
870 sbi->s_nls_iocharset = opt.iocharset ? in isofs_fill_super()
871 load_nls(opt.iocharset) : load_nls_default(); in isofs_fill_super()
983 kfree(opt.iocharset); in isofs_fill_super()
1022 kfree(opt.iocharset); in isofs_fill_super()