Searched refs:iocharset (Results 1 – 20 of 20) sorted by relevance
705 opts->iocharset = NULL; in parse_options()748 kfree(opts->iocharset); in parse_options()749 opts->iocharset = match_strdup(&args[0]); in parse_options()750 if (!opts->iocharset) { in parse_options()779 if (opts->iocharset) in befs_show_options()780 seq_printf(m, ",charset=%s", opts->iocharset); in befs_show_options()794 kfree(BEFS_SB(sb)->mount_opts.iocharset); in befs_put_super()795 BEFS_SB(sb)->mount_opts.iocharset = NULL; in befs_put_super()911 if (befs_sb->mount_opts.iocharset) { in befs_fill_super()913 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]
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()871 char *p = opt.iocharset ? opt.iocharset : CONFIG_NLS_DEFAULT; in isofs_fill_super()875 if (opt.iocharset) in isofs_fill_super()988 kfree(opt.iocharset); in isofs_fill_super()1027 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()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()1834 sbi->nls_io = load_nls(sbi->options.iocharset); in fat_fill_super()1837 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
46 string "Default iocharset for exFAT"
3450 if (sbi->options.iocharset != exfat_default_iocharset) in exfat_free_super()3451 kfree(sbi->options.iocharset); in exfat_free_super()3673 char *iocharset; in parse_options() local3680 opts->iocharset = exfat_default_iocharset; in parse_options()3730 if (opts->iocharset != exfat_default_iocharset) in parse_options()3731 kfree(opts->iocharset); in parse_options()3732 iocharset = match_strdup(&args[0]); in parse_options()3733 if (!iocharset) in parse_options()3735 opts->iocharset = iocharset; in parse_options()3899 sbi->nls_io = load_nls(sbi->options.iocharset); in exfat_fill_super()
678 char *iocharset; member
1110 if (vol->iocharset) { in dup_vol()1111 new->iocharset = kstrndup(vol->iocharset, in dup_vol()1112 strlen(vol->iocharset), GFP_KERNEL); in dup_vol()1113 if (!new->iocharset) in dup_vol()1127 kfree(new->iocharset); in dup_vol()
2284 kfree(vol->iocharset); in cifs_parse_mount_options()2285 vol->iocharset = kstrdup(string, in cifs_parse_mount_options()2287 if (!vol->iocharset) { in cifs_parse_mount_options()4170 kfree(volume_info->iocharset); in cifs_cleanup_volume_info_contents()4574 if (volume_info->iocharset == NULL) { in cifs_setup_volume_info()4578 volume_info->local_nls = load_nls(volume_info->iocharset); in cifs_setup_volume_info()4581 volume_info->iocharset); in cifs_setup_volume_info()
534 char *iocharset; /* local code page for mapping to and from Unicode */ member
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
357 iocharset360 names if the server supports it. If iocharset is