Home
last modified time | relevance | path

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

/openbmc/linux/fs/befs/
H A 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()
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()
918 befs_sb->mount_opts.iocharset); in befs_fill_super()
[all …]
H A Dbefs.h29 char *iocharset; member
H A DChangeLog96 * Make directory lookup/read use the NLS if an iocharset is provided. [WD]
/openbmc/linux/fs/exfat/
H A DKconfig16 string "Default iocharset for exFAT"
23 filesystem uses. This can be overridden with the "iocharset" mount
H A Dsuper.c30 if (sbi->options.iocharset != exfat_default_iocharset) in exfat_free_iocharset()
31 kfree(sbi->options.iocharset); in exfat_free_iocharset()
284 opts->iocharset = param->string; in exfat_parse_param()
648 if (!strcmp(sbi->options.iocharset, "utf8")) in exfat_fill_super()
651 sbi->nls_io = load_nls(sbi->options.iocharset); in exfat_fill_super()
654 sbi->options.iocharset); in exfat_fill_super()
759 sbi->options.iocharset = exfat_default_iocharset; in exfat_init_fs_context()
H A Dexfat_fs.h229 char *iocharset; member
/openbmc/linux/fs/isofs/
H A Dinode.c165 char *iocharset; member
357 popt->iocharset = NULL; in parse_options()
392 kfree(popt->iocharset); 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()
997 kfree(opt.iocharset); in isofs_fill_super()
[all …]
/openbmc/linux/Documentation/admin-guide/
H A Djfs.rst11 iocharset=name
14 iocharset=utf8 for UTF-8 translations. This requires
16 iocharset=none specifies the default behavior explicitly.
/openbmc/linux/fs/smb/client/
H A Dfs_context.c321 new_ctx->iocharset = NULL; in smb3_fs_context_dup()
334 DUP_CTX_STR(iocharset); in smb3_fs_context_dup()
834 if (new_ctx->iocharset && in smb3_verify_reconfigure_ctx()
835 (!old_ctx->iocharset || strcmp(new_ctx->iocharset, old_ctx->iocharset))) { in smb3_verify_reconfigure_ctx()
890 STEAL_STRING(cifs_sb, ctx, iocharset); in smb3_reconfigure()
1330 kfree(ctx->iocharset); in smb3_fs_context_parse_param()
1331 ctx->iocharset = kstrdup(param->string, GFP_KERNEL); in smb3_fs_context_parse_param()
1332 if (ctx->iocharset == NULL) { in smb3_fs_context_parse_param()
1340 cifs_dbg(FYI, "iocharset set to %s\n", ctx->iocharset); in smb3_fs_context_parse_param()
1697 kfree(ctx->iocharset); in smb3_cleanup_fs_context_contents()
[all …]
H A Dfs_context.h179 char *iocharset; /* local code page for mapping to and from Unicode */ member
H A Dcifsfs.c599 if (cifs_sb->ctx->iocharset) in cifs_show_options()
600 seq_printf(s, ",iocharset=%s", cifs_sb->ctx->iocharset); in cifs_show_options()
H A Dconnect.c3257 if (ctx->iocharset == NULL) { in cifs_setup_cifs_sb()
3261 cifs_sb->local_nls = load_nls(ctx->iocharset); in cifs_setup_cifs_sb()
3264 ctx->iocharset); in cifs_setup_cifs_sb()
/openbmc/linux/fs/fat/
H A Dinode.c712 if (opts->iocharset != fat_default_iocharset) { in fat_reset_iocharset()
714 kfree(opts->iocharset); in fat_reset_iocharset()
715 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()
1832 sbi->nls_io = load_nls(sbi->options.iocharset); in fat_fill_super()
1835 sbi->options.iocharset); in fat_fill_super()
H A DKconfig90 string "Default iocharset for FAT"
97 with the "iocharset" mount option for FAT filesystems.
H A Dfat.h34 char *iocharset; /* Charset used for filename input/display */ member
/openbmc/linux/Documentation/filesystems/
H A Dntfs3.rst44 * - iocharset=name
49 Example: iocharset=utf8
H A Disofs.rst19 iocharset=name Character set to use for converting from Unicode to
H A Dudf.rst40 iocharset= Set the NLS character set
H A Dbefs.rst105 iocharset=xxx Use xxx as the name of the NLS translation table.
H A Dvfat.rst61 **iocharset=<name>**
72 .. note:: ``iocharset=utf8`` is not recommended. If unsure, you should consider
H A Dntfs.rst112 iocharset=name Deprecated option. Still supported but please use
/openbmc/linux/Documentation/admin-guide/cifs/
H A Dusage.rst356 iocharset
359 names if the server supports it. If iocharset is