Home
last modified time | relevance | path

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

/Linux-v5.4/fs/befs/
Dlinuxvfs.c705 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 …]
Dbefs.h29 char *iocharset; member
DChangeLog96 * Make directory lookup/read use the NLS if an iocharset is provided. [WD]
/Linux-v5.4/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.4/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()
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()
/Linux-v5.4/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()
1126 char *iocharset; in parse_options() local
1293 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()
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.4/drivers/staging/exfat/
DKconfig46 string "Default iocharset for exFAT"
Dexfat_super.c3450 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() local
3680 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()
Dexfat.h678 char *iocharset; member
/Linux-v5.4/fs/cifs/
Ddfs_cache.c1110 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()
Dconnect.c2284 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()
Dcifsglob.h534 char *iocharset; /* local code page for mapping to and from Unicode */ member
/Linux-v5.4/Documentation/filesystems/
Disofs.txt9 iocharset=name Character set to use for converting from Unicode to
Dudf.txt36 iocharset= Set the NLS character set
Dbefs.txt96 iocharset=xxx Use xxx as the name of the NLS translation table.
Dvfat.txt45 iocharset=<name> -- Character set to use for converting between the
55 NOTE: "iocharset=utf8" is not recommended. If unsure,
Dntfs.txt107 iocharset=name Deprecated option. Still supported but please use
/Linux-v5.4/Documentation/admin-guide/cifs/
Dusage.rst357 iocharset
360 names if the server supports it. If iocharset is