Searched refs:iocharset (Results 1 – 22 of 22) sorted by relevance
/linux/fs/befs/ |
A D | linuxvfs.c | 706 opts->iocharset = NULL; in parse_options() 749 kfree(opts->iocharset); in parse_options() 750 opts->iocharset = match_strdup(&args[0]); in parse_options() 751 if (!opts->iocharset) { in parse_options() 780 if (opts->iocharset) in befs_show_options() 795 kfree(BEFS_SB(sb)->mount_opts.iocharset); in befs_put_super() 796 BEFS_SB(sb)->mount_opts.iocharset = NULL; in befs_put_super() 912 if (befs_sb->mount_opts.iocharset) { in befs_fill_super() 914 befs_sb->mount_opts.iocharset); in befs_fill_super() 919 befs_sb->mount_opts.iocharset); in befs_fill_super() [all …]
|
A D | befs.h | 29 char *iocharset; member
|
A D | ChangeLog | 96 * Make directory lookup/read use the NLS if an iocharset is provided. [WD]
|
/linux/fs/isofs/ |
A D | inode.c | 165 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() 983 kfree(opt.iocharset); in isofs_fill_super() [all …]
|
/linux/fs/exfat/ |
A D | Kconfig | 14 string "Default iocharset for exFAT" 21 filesystem uses. This can be overridden with the "iocharset" mount
|
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() 764 sbi->options.iocharset = exfat_default_iocharset; in exfat_init_fs_context()
|
A D | exfat_fs.h | 203 char *iocharset; member
|
/linux/fs/cifs/ |
A D | fs_context.c | 316 new_ctx->iocharset = NULL; in smb3_fs_context_dup() 330 DUP_CTX_STR(iocharset); in smb3_fs_context_dup() 773 if (new_ctx->iocharset && in smb3_verify_reconfigure_ctx() 774 (!old_ctx->iocharset || strcmp(new_ctx->iocharset, old_ctx->iocharset))) { in smb3_verify_reconfigure_ctx() 813 STEAL_STRING(cifs_sb, ctx, iocharset); in smb3_reconfigure() 1206 kfree(ctx->iocharset); in smb3_fs_context_parse_param() 1207 ctx->iocharset = kstrdup(param->string, GFP_KERNEL); in smb3_fs_context_parse_param() 1208 if (ctx->iocharset == NULL) { in smb3_fs_context_parse_param() 1216 cifs_dbg(FYI, "iocharset set to %s\n", ctx->iocharset); in smb3_fs_context_parse_param() 1589 kfree(ctx->iocharset); in smb3_cleanup_fs_context_contents() [all …]
|
A D | fs_context.h | 174 char *iocharset; /* local code page for mapping to and from Unicode */ member
|
A D | cifsfs.c | 561 if (cifs_sb->ctx->iocharset) in cifs_show_options() 562 seq_printf(s, ",iocharset=%s", cifs_sb->ctx->iocharset); in cifs_show_options()
|
A D | connect.c | 2923 if (ctx->iocharset == NULL) { in cifs_setup_cifs_sb() 2927 cifs_sb->local_nls = load_nls(ctx->iocharset); in cifs_setup_cifs_sb() 2930 ctx->iocharset); in cifs_setup_cifs_sb()
|
/linux/Documentation/admin-guide/ |
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/fat/ |
A D | inode.c | 715 if (opts->iocharset != fat_default_iocharset) { in fat_reset_iocharset() 717 kfree(opts->iocharset); in fat_reset_iocharset() 718 opts->iocharset = fat_default_iocharset; in fat_reset_iocharset() 1133 char *iocharset; in parse_options() local 1300 iocharset = match_strdup(&args[0]); in parse_options() 1301 if (!iocharset) in parse_options() 1303 opts->iocharset = iocharset; in parse_options() 1364 if (!strcmp(opts->iocharset, "utf8")) { in parse_options() 1834 sbi->nls_io = load_nls(sbi->options.iocharset); in fat_fill_super() 1837 sbi->options.iocharset); in fat_fill_super()
|
A D | Kconfig | 88 string "Default iocharset for FAT" 95 with the "iocharset" mount option for FAT filesystems.
|
A D | fat.h | 34 char *iocharset; /* Charset used for filename input/display */ member
|
/linux/Documentation/filesystems/ |
A D | ntfs3.rst | 39 * - iocharset=name 44 Example: iocharset=utf8
|
A D | isofs.rst | 19 iocharset=name Character set to use for converting from Unicode to
|
A D | udf.rst | 40 iocharset= Set the NLS character set
|
A D | befs.rst | 105 iocharset=xxx Use xxx as the name of the NLS translation table.
|
A D | vfat.rst | 61 **iocharset=<name>** 72 .. note:: ``iocharset=utf8`` is not recommended. If unsure, you should consider
|
A D | ntfs.rst | 112 iocharset=name Deprecated option. Still supported but please use
|
/linux/Documentation/admin-guide/cifs/ |
A D | usage.rst | 356 iocharset 359 names if the server supports it. If iocharset is
|
Completed in 44 milliseconds