Lines Matching refs:iocharset
710 opts->iocharset = NULL; in parse_options()
753 kfree(opts->iocharset); in parse_options()
754 opts->iocharset = match_strdup(&args[0]); in parse_options()
755 if (!opts->iocharset) { in parse_options()
784 if (opts->iocharset) in befs_show_options()
785 seq_printf(m, ",charset=%s", opts->iocharset); in befs_show_options()
799 kfree(BEFS_SB(sb)->mount_opts.iocharset); in befs_put_super()
800 BEFS_SB(sb)->mount_opts.iocharset = NULL; in befs_put_super()
914 if (befs_sb->mount_opts.iocharset) { in befs_fill_super()
916 befs_sb->mount_opts.iocharset); in befs_fill_super()
917 befs_sb->nls = load_nls(befs_sb->mount_opts.iocharset); in befs_fill_super()
921 befs_sb->mount_opts.iocharset); in befs_fill_super()
936 kfree(befs_sb->mount_opts.iocharset); in befs_fill_super()