| /OK3568_Linux_fs/kernel/fs/befs/ |
| H A D | linuxvfs.c | 707 opts->iocharset = NULL; in parse_options() 750 kfree(opts->iocharset); in parse_options() 751 opts->iocharset = match_strdup(&args[0]); in parse_options() 752 if (!opts->iocharset) { in parse_options() 781 if (opts->iocharset) in befs_show_options() 782 seq_printf(m, ",charset=%s", opts->iocharset); in befs_show_options() 796 kfree(BEFS_SB(sb)->mount_opts.iocharset); in befs_put_super() 797 BEFS_SB(sb)->mount_opts.iocharset = NULL; in befs_put_super() 913 if (befs_sb->mount_opts.iocharset) { in befs_fill_super() 915 befs_sb->mount_opts.iocharset); in befs_fill_super() [all …]
|
| H A D | befs.h | 29 char *iocharset; member
|
| H A D | ChangeLog | 96 * Make directory lookup/read use the NLS if an iocharset is provided. [WD]
|
| /OK3568_Linux_fs/kernel/fs/isofs/ |
| H A D | inode.c | 165 char *iocharset; member 356 popt->iocharset = NULL; in parse_options() 391 kfree(popt->iocharset); in parse_options() 392 popt->iocharset = kstrdup("utf8", GFP_KERNEL); in parse_options() 393 if (!popt->iocharset) in parse_options() 397 kfree(popt->iocharset); in parse_options() 398 popt->iocharset = match_strdup(&args[0]); in parse_options() 399 if (!popt->iocharset) in parse_options() 867 char *p = opt.iocharset ? opt.iocharset : CONFIG_NLS_DEFAULT; in isofs_fill_super() 869 sbi->s_nls_iocharset = opt.iocharset ? in isofs_fill_super() [all …]
|
| /OK3568_Linux_fs/kernel/fs/exfat/ |
| H A D | Kconfig | 14 string "Default iocharset for exFAT" 21 filesystem uses. This can be overridden with the "iocharset" mount
|
| H A D | super.c | 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() 654 if (!strcmp(sbi->options.iocharset, "utf8")) in exfat_fill_super() 657 sbi->nls_io = load_nls(sbi->options.iocharset); in exfat_fill_super() 660 sbi->options.iocharset); in exfat_fill_super() 763 sbi->options.iocharset = exfat_default_iocharset; in exfat_init_fs_context()
|
| H A D | exfat_fs.h | 203 char *iocharset; member
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | jfs.rst | 11 iocharset=name 14 iocharset=utf8 for UTF-8 translations. This requires 16 iocharset=none specifies the default behavior explicitly.
|
| /OK3568_Linux_fs/kernel/fs/fat/ |
| H A D | inode.c | 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() 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()
|
| H A D | Kconfig | 88 string "Default iocharset for FAT" 95 with the "iocharset" mount option for FAT filesystems.
|
| H A D | fat.h | 34 char *iocharset; /* Charset used for filename input/display */ member
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | dfs_cache.c | 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()
|
| H A D | connect.c | 2099 kfree(vol->iocharset); in cifs_parse_mount_options() 2100 vol->iocharset = kstrdup(string, in cifs_parse_mount_options() 2102 if (!vol->iocharset) { in cifs_parse_mount_options() 4045 kfree(volume_info->iocharset); in cifs_cleanup_volume_info_contents() 4433 if (volume_info->iocharset == NULL) { in cifs_setup_volume_info() 4437 volume_info->local_nls = load_nls(volume_info->iocharset); in cifs_setup_volume_info() 4440 volume_info->iocharset); in cifs_setup_volume_info()
|
| H A D | cifsglob.h | 538 char *iocharset; /* local code page for mapping to and from Unicode */ member
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | isofs.rst | 19 iocharset=name Character set to use for converting from Unicode to
|
| H A D | udf.rst | 40 iocharset= Set the NLS character set
|
| H A D | befs.rst | 105 iocharset=xxx Use xxx as the name of the NLS translation table.
|
| H A D | vfat.rst | 61 **iocharset=<name>** 72 .. note:: ``iocharset=utf8`` is not recommended. If unsure, you should consider
|
| H A D | ntfs.rst | 112 iocharset=name Deprecated option. Still supported but please use
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cifs/ |
| H A D | usage.rst | 356 iocharset 359 names if the server supports it. If iocharset is
|