Lines Matching refs:iocharset
707 opts->iocharset = NULL; in parse_options()
750 kfree(opts->iocharset); in parse_options()
751 opts->iocharset = match_strdup(&args[0]); in parse_options()
752 if (!opts->iocharset) { in parse_options()
781 if (opts->iocharset) in befs_show_options()
782 seq_printf(m, ",charset=%s", opts->iocharset); in befs_show_options()
796 kfree(BEFS_SB(sb)->mount_opts.iocharset); in befs_put_super()
797 BEFS_SB(sb)->mount_opts.iocharset = NULL; in befs_put_super()
913 if (befs_sb->mount_opts.iocharset) { in befs_fill_super()
915 befs_sb->mount_opts.iocharset); in befs_fill_super()
916 befs_sb->nls = load_nls(befs_sb->mount_opts.iocharset); in befs_fill_super()
920 befs_sb->mount_opts.iocharset); in befs_fill_super()
935 kfree(befs_sb->mount_opts.iocharset); in befs_fill_super()