Searched refs:iocharset (Results 1 – 22 of 22) sorted by relevance
| /Linux-v6.1/fs/befs/ |
| D | linuxvfs.c | 705 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 …]
|
| D | befs.h | 29 char *iocharset; member
|
| D | ChangeLog | 96 * Make directory lookup/read use the NLS if an iocharset is provided. [WD]
|
| /Linux-v6.1/fs/isofs/ |
| D | inode.c | 165 char *iocharset; member 357 popt->iocharset = NULL; in parse_options() 392 kfree(popt->iocharset); in parse_options() 393 popt->iocharset = kstrdup("utf8", GFP_KERNEL); in parse_options() 394 if (!popt->iocharset) 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() 868 char *p = opt.iocharset ? opt.iocharset : CONFIG_NLS_DEFAULT; in isofs_fill_super() 870 sbi->s_nls_iocharset = opt.iocharset ? in isofs_fill_super() [all …]
|
| /Linux-v6.1/fs/exfat/ |
| D | Kconfig | 14 string "Default iocharset for exFAT" 21 filesystem uses. This can be overridden with the "iocharset" mount
|
| D | super.c | 30 if (sbi->options.iocharset != exfat_default_iocharset) in exfat_free_iocharset() 31 kfree(sbi->options.iocharset); in exfat_free_iocharset() 293 opts->iocharset = param->string; in exfat_parse_param() 659 if (!strcmp(sbi->options.iocharset, "utf8")) in exfat_fill_super() 662 sbi->nls_io = load_nls(sbi->options.iocharset); in exfat_fill_super() 665 sbi->options.iocharset); in exfat_fill_super() 769 sbi->options.iocharset = exfat_default_iocharset; in exfat_init_fs_context()
|
| D | exfat_fs.h | 202 char *iocharset; member
|
| /Linux-v6.1/fs/cifs/ |
| D | fs_context.c | 319 new_ctx->iocharset = NULL; in smb3_fs_context_dup() 332 DUP_CTX_STR(iocharset); in smb3_fs_context_dup() 778 if (new_ctx->iocharset && in smb3_verify_reconfigure_ctx() 779 (!old_ctx->iocharset || strcmp(new_ctx->iocharset, old_ctx->iocharset))) { in smb3_verify_reconfigure_ctx() 824 STEAL_STRING(cifs_sb, ctx, iocharset); in smb3_reconfigure() 1227 kfree(ctx->iocharset); in smb3_fs_context_parse_param() 1228 ctx->iocharset = kstrdup(param->string, GFP_KERNEL); in smb3_fs_context_parse_param() 1229 if (ctx->iocharset == NULL) { in smb3_fs_context_parse_param() 1237 cifs_dbg(FYI, "iocharset set to %s\n", ctx->iocharset); in smb3_fs_context_parse_param() 1595 kfree(ctx->iocharset); in smb3_cleanup_fs_context_contents() [all …]
|
| D | fs_context.h | 176 char *iocharset; /* local code page for mapping to and from Unicode */ member
|
| D | cifsfs.c | 592 if (cifs_sb->ctx->iocharset) in cifs_show_options() 593 seq_printf(s, ",iocharset=%s", cifs_sb->ctx->iocharset); in cifs_show_options()
|
| D | connect.c | 3153 if (ctx->iocharset == NULL) { in cifs_setup_cifs_sb() 3157 cifs_sb->local_nls = load_nls(ctx->iocharset); in cifs_setup_cifs_sb() 3160 ctx->iocharset); in cifs_setup_cifs_sb()
|
| /Linux-v6.1/Documentation/admin-guide/ |
| D | jfs.rst | 11 iocharset=name 14 iocharset=utf8 for UTF-8 translations. This requires 16 iocharset=none specifies the default behavior explicitly.
|
| /Linux-v6.1/fs/fat/ |
| D | inode.c | 717 if (opts->iocharset != fat_default_iocharset) { in fat_reset_iocharset() 719 kfree(opts->iocharset); in fat_reset_iocharset() 720 opts->iocharset = fat_default_iocharset; in fat_reset_iocharset() 1137 char *iocharset; in parse_options() local 1304 iocharset = match_strdup(&args[0]); in parse_options() 1305 if (!iocharset) in parse_options() 1307 opts->iocharset = iocharset; in parse_options() 1368 if (!strcmp(opts->iocharset, "utf8")) { in parse_options() 1838 sbi->nls_io = load_nls(sbi->options.iocharset); in fat_fill_super() 1841 sbi->options.iocharset); in fat_fill_super()
|
| D | Kconfig | 88 string "Default iocharset for FAT" 95 with the "iocharset" mount option for FAT filesystems.
|
| D | fat.h | 34 char *iocharset; /* Charset used for filename input/display */ member
|
| /Linux-v6.1/Documentation/filesystems/ |
| D | ntfs3.rst | 39 * - iocharset=name 44 Example: iocharset=utf8
|
| D | isofs.rst | 19 iocharset=name Character set to use for converting from Unicode to
|
| D | udf.rst | 40 iocharset= Set the NLS character set
|
| D | befs.rst | 105 iocharset=xxx Use xxx as the name of the NLS translation table.
|
| D | vfat.rst | 61 **iocharset=<name>** 72 .. note:: ``iocharset=utf8`` is not recommended. If unsure, you should consider
|
| D | ntfs.rst | 112 iocharset=name Deprecated option. Still supported but please use
|
| /Linux-v6.1/Documentation/admin-guide/cifs/ |
| D | usage.rst | 356 iocharset 359 names if the server supports it. If iocharset is
|