Searched refs:iocharset (Results 1 – 16 of 16) sorted by relevance
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()[all …]
29 char *iocharset; member
96 * Make directory lookup/read use the NLS if an iocharset is provided. [WD]
8 iocharset=name Character set to use for converting from Unicode to10 iocharset=utf8 for UTF-8 translations. This requires12 iocharset=none specifies the default behavior explicitly.
9 iocharset=name Character set to use for converting from Unicode to
36 iocharset= Set the NLS character set
96 iocharset=xxx Use xxx as the name of the NLS translation table.
45 iocharset=<name> -- Character set to use for converting between the55 NOTE: "iocharset=utf8" is not recommended. If unsure,
107 iocharset=name Deprecated option. Still supported but please use
168 char *iocharset; member359 popt->iocharset = NULL; 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()869 char *p = opt.iocharset ? opt.iocharset : CONFIG_NLS_DEFAULT; in isofs_fill_super()873 if (opt.iocharset) in isofs_fill_super()986 kfree(opt.iocharset); in isofs_fill_super()1025 kfree(opt.iocharset); in isofs_fill_super()
708 if (opts->iocharset != fat_default_iocharset) { in fat_reset_iocharset()710 kfree(opts->iocharset); in fat_reset_iocharset()711 opts->iocharset = fat_default_iocharset; in fat_reset_iocharset()1126 char *iocharset; in parse_options() local1293 iocharset = match_strdup(&args[0]); in parse_options()1294 if (!iocharset) in parse_options()1296 opts->iocharset = iocharset; in parse_options()1357 if (!strcmp(opts->iocharset, "utf8")) { in parse_options()1818 sbi->nls_io = load_nls(sbi->options.iocharset); in fat_fill_super()1821 sbi->options.iocharset); in fat_fill_super()
87 string "Default iocharset for FAT"94 with the "iocharset" mount option for FAT filesystems.
34 char *iocharset; /* Charset used for filename input/display */ member
1940 kfree(vol->iocharset); in cifs_parse_mount_options()1941 vol->iocharset = kstrdup(string, in cifs_parse_mount_options()1943 if (!vol->iocharset) { in cifs_parse_mount_options()3756 kfree(volume_info->iocharset); in cleanup_volume_info_contents()3882 if (volume_info->iocharset == NULL) { in cifs_setup_volume_info()3886 volume_info->local_nls = load_nls(volume_info->iocharset); in cifs_setup_volume_info()3889 volume_info->iocharset); in cifs_setup_volume_info()
499 char *iocharset; /* local code page for mapping to and from Unicode */ member
317 iocharset Codepage used to convert local path names to and from319 names if the server supports it. If iocharset is