Home
last modified time | relevance | path

Searched refs:iocharset (Results 1 – 20 of 20) sorted by relevance

/Linux-v5.10/fs/befs/
Dlinuxvfs.c706 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 …]
Dbefs.h29 char *iocharset; member
DChangeLog96 * Make directory lookup/read use the NLS if an iocharset is provided. [WD]
/Linux-v5.10/fs/exfat/
DKconfig14 string "Default iocharset for exFAT"
21 filesystem uses. This can be overridden with the "iocharset" mount
Dsuper.c29 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()
Dexfat_fs.h203 char *iocharset; member
/Linux-v5.10/Documentation/admin-guide/
Djfs.rst11 iocharset=name
14 iocharset=utf8 for UTF-8 translations. This requires
16 iocharset=none specifies the default behavior explicitly.
/Linux-v5.10/fs/isofs/
Dinode.c166 char *iocharset; member
357 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()
/Linux-v5.10/fs/fat/
Dinode.c714 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() local
1299 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()
DKconfig88 string "Default iocharset for FAT"
95 with the "iocharset" mount option for FAT filesystems.
Dfat.h34 char *iocharset; /* Charset used for filename input/display */ member
/Linux-v5.10/fs/cifs/
Ddfs_cache.c1171 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()
Dconnect.c2086 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()
Dcifsglob.h538 char *iocharset; /* local code page for mapping to and from Unicode */ member
/Linux-v5.10/Documentation/filesystems/
Disofs.rst19 iocharset=name Character set to use for converting from Unicode to
Dudf.rst40 iocharset= Set the NLS character set
Dbefs.rst105 iocharset=xxx Use xxx as the name of the NLS translation table.
Dvfat.rst61 **iocharset=<name>**
72 .. note:: ``iocharset=utf8`` is not recommended. If unsure, you should consider
Dntfs.rst112 iocharset=name Deprecated option. Still supported but please use
/Linux-v5.10/Documentation/admin-guide/cifs/
Dusage.rst356 iocharset
359 names if the server supports it. If iocharset is