Home
last modified time | relevance | path

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

/Linux-v4.19/fs/befs/
Dlinuxvfs.c710 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 …]
Dbefs.h29 char *iocharset; member
DChangeLog96 * Make directory lookup/read use the NLS if an iocharset is provided. [WD]
/Linux-v4.19/Documentation/filesystems/
Djfs.txt8 iocharset=name Character set to use for converting from Unicode to
10 iocharset=utf8 for UTF-8 translations. This requires
12 iocharset=none specifies the default behavior explicitly.
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-v4.19/fs/isofs/
Dinode.c168 char *iocharset; member
359 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()
/Linux-v4.19/fs/fat/
Dinode.c708 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() 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()
1818 sbi->nls_io = load_nls(sbi->options.iocharset); in fat_fill_super()
1821 sbi->options.iocharset); in fat_fill_super()
DKconfig87 string "Default iocharset for FAT"
94 with the "iocharset" mount option for FAT filesystems.
Dfat.h34 char *iocharset; /* Charset used for filename input/display */ member
/Linux-v4.19/fs/cifs/
Dconnect.c1940 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()
Dcifsglob.h499 char *iocharset; /* local code page for mapping to and from Unicode */ member
/Linux-v4.19/Documentation/filesystems/cifs/
DREADME317 iocharset Codepage used to convert local path names to and from
319 names if the server supports it. If iocharset is