Searched refs:iocharset (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Dioctl.c174 /* Here we are select the iocharset and the codepage for NLS.
182 struct nls_table *iocharset; local
205 iocharset = NULL;
206 user.iocharset[NCP_IOCSNAME_LEN] = 0;
207 if (!user.iocharset[0] || !strcmp(user.iocharset, "default")) {
208 iocharset = load_nls_default();
210 } else if (!strcmp(user.iocharset, "utf8")) {
211 iocharset = load_nls_default();
214 iocharset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/befs/
H A Dlinuxvfs.c657 {Opt_charset, "iocharset=%s"},
674 opts->iocharset = NULL;
710 kfree(opts->iocharset);
711 opts->iocharset = match_strdup(&args[0]);
712 if (!opts->iocharset) {
714 "iocharset string\n");
738 kfree(BEFS_SB(sb)->mount_opts.iocharset);
739 BEFS_SB(sb)->mount_opts.iocharset = NULL;
854 if (befs_sb->mount_opts.iocharset) {
856 befs_sb->mount_opts.iocharset);
[all...]
H A Dbefs.h28 char *iocharset; member in struct:befs_mount_options
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dinode.c491 if (sbi->options.iocharset != fat_default_iocharset)
492 kfree(sbi->options.iocharset);
821 seq_printf(m, ",iocharset=%s", sbi->nls_io->charset);
941 {Opt_charset, "iocharset=%s"},
977 char *iocharset; local
986 opts->iocharset = fat_default_iocharset;
1113 if (opts->iocharset != fat_default_iocharset)
1114 kfree(opts->iocharset);
1115 iocharset = match_strdup(&args[0]);
1116 if (!iocharset)
[all...]
H A Dfat.h31 char *iocharset; /* Charset used for filename input/display */ member in struct:fat_mount_options
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/isofs/
H A Dinode.c158 char *iocharset; member in struct:iso9660_options
326 {Opt_iocharset, "iocharset=%s"},
376 popt->iocharset = NULL;
415 popt->iocharset = match_strdup(&args[0]);
794 char *p = opt.iocharset ? opt.iocharset : CONFIG_NLS_DEFAULT;
798 if (opt.iocharset)
894 kfree(opt.iocharset);
932 kfree(opt.iocharset);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dncp_fs.h104 unsigned char iocharset[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dconnect.c67 char *iocharset; /* local code page for mapping to and from Unicode */ member in struct:smb_vol
1071 } else if (strnicmp(data, "iocharset", 9) == 0) {
1073 printk(KERN_WARNING "CIFS: invalid iocharset "
1079 vol->iocharset = value;
1080 /* if iocharset not set then load_nls_default
1082 cFYI(1, "iocharset set to %s", value);
1084 printk(KERN_WARNING "CIFS: iocharset name "
2594 if (volume_info->iocharset == NULL) {
2598 volume_info->local_nls = load_nls(volume_info->iocharset);
2600 cERROR(1, "CIFS mount error: iocharset
[all...]

Completed in 97 milliseconds