Searched refs:iocharset (Results 1 – 20 of 20) sorted by relevance
706 opts->iocharset = NULL; in parse_options()749 kfree(opts->iocharset); in parse_options()750 opts->iocharset = match_strdup(&args[0]); in parse_options()751 if (!opts->iocharset) { in parse_options()780 if (opts->iocharset) in befs_show_options()781 seq_printf(m, ",charset=%s", opts->iocharset); in befs_show_options()795 kfree(BEFS_SB(sb)->mount_opts.iocharset); in befs_put_super()796 BEFS_SB(sb)->mount_opts.iocharset = NULL; in befs_put_super()912 if (befs_sb->mount_opts.iocharset) { in befs_fill_super()914 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]
14 string "Default iocharset for exFAT"21 filesystem uses. This can be overridden with the "iocharset" mount
29 if (sbi->options.iocharset != exfat_default_iocharset) in exfat_free_iocharset()30 kfree(sbi->options.iocharset); in exfat_free_iocharset()290 opts->iocharset = param->string; in exfat_parse_param()633 if (!strcmp(sbi->options.iocharset, "utf8")) in exfat_fill_super()636 sbi->nls_io = load_nls(sbi->options.iocharset); in exfat_fill_super()639 sbi->options.iocharset); in exfat_fill_super()742 sbi->options.iocharset = exfat_default_iocharset; in exfat_init_fs_context()
203 char *iocharset; member
11 iocharset=name14 iocharset=utf8 for UTF-8 translations. This requires16 iocharset=none specifies the default behavior explicitly.
166 char *iocharset; member357 popt->iocharset = NULL; in parse_options()396 kfree(popt->iocharset); in parse_options()397 popt->iocharset = match_strdup(&args[0]); in parse_options()398 if (!popt->iocharset) in parse_options()866 char *p = opt.iocharset ? opt.iocharset : CONFIG_NLS_DEFAULT; in isofs_fill_super()870 if (opt.iocharset) in isofs_fill_super()983 kfree(opt.iocharset); in isofs_fill_super()1022 kfree(opt.iocharset); in isofs_fill_super()
714 if (opts->iocharset != fat_default_iocharset) { in fat_reset_iocharset()716 kfree(opts->iocharset); in fat_reset_iocharset()717 opts->iocharset = fat_default_iocharset; in fat_reset_iocharset()1132 char *iocharset; in parse_options() local1299 iocharset = match_strdup(&args[0]); in parse_options()1300 if (!iocharset) in parse_options()1302 opts->iocharset = iocharset; in parse_options()1363 if (!strcmp(opts->iocharset, "utf8")) { in parse_options()1836 sbi->nls_io = load_nls(sbi->options.iocharset); in fat_fill_super()1839 sbi->options.iocharset); in fat_fill_super()
88 string "Default iocharset for FAT"95 with the "iocharset" mount option for FAT filesystems.
34 char *iocharset; /* Charset used for filename input/display */ member
1171 if (vol->iocharset) { in dup_vol()1172 new->iocharset = kstrndup(vol->iocharset, in dup_vol()1173 strlen(vol->iocharset), GFP_KERNEL); in dup_vol()1174 if (!new->iocharset) in dup_vol()1188 kfree(new->iocharset); in dup_vol()
2086 kfree(vol->iocharset); in cifs_parse_mount_options()2087 vol->iocharset = kstrdup(string, in cifs_parse_mount_options()2089 if (!vol->iocharset) { in cifs_parse_mount_options()4022 kfree(volume_info->iocharset); in cifs_cleanup_volume_info_contents()4415 if (volume_info->iocharset == NULL) { in cifs_setup_volume_info()4419 volume_info->local_nls = load_nls(volume_info->iocharset); in cifs_setup_volume_info()4422 volume_info->iocharset); in cifs_setup_volume_info()
538 char *iocharset; /* local code page for mapping to and from Unicode */ member
19 iocharset=name Character set to use for converting from Unicode to
40 iocharset= Set the NLS character set
105 iocharset=xxx Use xxx as the name of the NLS translation table.
61 **iocharset=<name>**72 .. note:: ``iocharset=utf8`` is not recommended. If unsure, you should consider
112 iocharset=name Deprecated option. Still supported but please use
356 iocharset359 names if the server supports it. If iocharset is