| /linux/fs/befs/ |
| H A D | linuxvfs.c | 712 kfree(opts->iocharset); in befs_parse_param() 713 opts->iocharset = param->string; in befs_parse_param() 736 if (opts->iocharset) in befs_show_options() 737 seq_printf(m, ",charset=%s", opts->iocharset); in befs_show_options() 751 kfree(BEFS_SB(sb)->mount_opts.iocharset); in befs_put_super() 752 BEFS_SB(sb)->mount_opts.iocharset = NULL; in befs_put_super() 769 sbi->mount_opts.iocharset = opts->iocharset; in befs_set_options() 770 opts->iocharset = NULL; in befs_set_options() 881 if (befs_sb->mount_opts.iocharset) { in befs_fill_super() 883 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]
|
| /linux/fs/exfat/ |
| H A D | super.c | 30 if (sbi->options.iocharset != exfat_default_iocharset) in exfat_free_iocharset() 31 kfree(sbi->options.iocharset); in exfat_free_iocharset() 35 char *iocharset) in exfat_set_iocharset() argument 37 opts->iocharset = iocharset; in exfat_set_iocharset() 38 if (!strcmp(opts->iocharset, "utf8")) in exfat_set_iocharset() 694 sbi->nls_io = load_nls(sbi->options.iocharset); in exfat_fill_super() 697 sbi->options.iocharset); in exfat_fill_super() 784 if (strcmp(new_opts->iocharset, cur_opts->iocharset) || in exfat_reconfigure()
|
| H A D | Kconfig | 16 string "Default iocharset for exFAT" 23 filesystem uses. This can be overridden with the "iocharset" mount
|
| H A D | exfat_fs.h | 232 char *iocharset; member
|
| /linux/fs/isofs/ |
| H A D | inode.c | 165 char *iocharset; member 376 kfree(popt->iocharset); in isofs_parse_param() 377 popt->iocharset = kstrdup("utf8", GFP_KERNEL); in isofs_parse_param() 378 if (!popt->iocharset) in isofs_parse_param() 382 kfree(popt->iocharset); in isofs_parse_param() 383 popt->iocharset = kstrdup(param->string, GFP_KERNEL); in isofs_parse_param() 384 if (!popt->iocharset) in isofs_parse_param() 827 char *p = opt->iocharset ? opt->iocharset : CONFIG_NLS_DEFAULT; in isofs_fill_super() 829 sbi->s_nls_iocharset = opt->iocharset ? in isofs_fill_super() 830 load_nls(opt->iocharset) : load_nls_default(); in isofs_fill_super() [all …]
|
| /linux/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.
|
| /linux/fs/smb/client/ |
| H A D | fs_context.c | 444 new_ctx->iocharset = NULL; in smb3_fs_context_dup() 460 DUP_CTX_STR(iocharset); in smb3_fs_context_dup() 1005 if (new_ctx->iocharset && in smb3_verify_reconfigure_ctx() 1006 (!old_ctx->iocharset || strcmp(new_ctx->iocharset, old_ctx->iocharset))) { in smb3_verify_reconfigure_ctx() 1196 STEAL_STRING(cifs_sb, ctx, iocharset); in smb3_reconfigure() 1622 kfree(ctx->iocharset); in smb3_fs_context_parse_param() 1623 ctx->iocharset = no_free_ptr(param->string); in smb3_fs_context_parse_param() 1628 cifs_dbg(FYI, "iocharset set to %s\n", ctx->iocharset); in smb3_fs_context_parse_param() 2048 kfree(ctx->iocharset); in smb3_cleanup_fs_context_contents() 2049 ctx->iocharset = NULL; in smb3_cleanup_fs_context_contents()
|
| H A D | fs_context.h | 232 char *iocharset; /* local code page for mapping to and from Unicode */ member
|
| H A D | cifsfs.c | 701 if (cifs_sb->ctx->iocharset) in cifs_show_options() 702 seq_printf(s, ",iocharset=%s", cifs_sb->ctx->iocharset); in cifs_show_options()
|
| H A D | connect.c | 3488 if (ctx->iocharset == NULL) { in cifs_setup_cifs_sb() 3492 cifs_sb->local_nls = load_nls(ctx->iocharset); in cifs_setup_cifs_sb() 3495 ctx->iocharset); in cifs_setup_cifs_sb()
|
| /linux/fs/fat/ |
| H A D | inode.c | 718 if (opts->iocharset != fat_default_iocharset) { in fat_reset_iocharset() 720 kfree(opts->iocharset); in fat_reset_iocharset() 721 opts->iocharset = fat_default_iocharset; in fat_reset_iocharset() 1274 opts->iocharset = param->string; in fat_parse_param() 1576 if (!strcmp(opts->iocharset, "utf8")) { in fat_fill_super() 1595 opts->iocharset = NULL; in fat_fill_super() 1795 sbi->nls_io = load_nls(sbi->options.iocharset); in fat_fill_super() 1798 sbi->options.iocharset); in fat_fill_super() 1949 if (opts->iocharset != fat_default_iocharset) in fat_free_fc() 1950 kfree(opts->iocharset); in fat_free_fc()
|
| H A D | Kconfig | 90 string "Default iocharset for FAT" 97 with the "iocharset" mount option for FAT filesystems.
|
| H A D | fat.h | 36 char *iocharset; /* Charset used for filename input/display */ member
|
| /linux/Documentation/filesystems/ |
| H A D | ntfs3.rst | 44 * - iocharset=name 49 Example: iocharset=utf8
|
| 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
|
| /linux/Documentation/admin-guide/cifs/ |
| H A D | usage.rst | 358 iocharset 361 names if the server supports it. If iocharset is
|