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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dioctl.c172 /* Here we are select the iocharset and the codepage for NLS.
180 struct nls_table *iocharset; local
203 iocharset = NULL;
204 user.iocharset[NCP_IOCSNAME_LEN] = 0;
205 if (!user.iocharset[0] || !strcmp(user.iocharset, "default")) {
206 iocharset = load_nls_default();
208 } else if (!strcmp(user.iocharset, "utf8")) {
209 iocharset = load_nls_default();
212 iocharset
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Dinode.c463 if (sbi->options.iocharset != fat_default_iocharset) {
464 kfree(sbi->options.iocharset);
465 sbi->options.iocharset = fat_default_iocharset;
793 seq_printf(m, ",iocharset=%s", sbi->nls_io->charset);
892 {Opt_charset, "iocharset=%s"},
927 char *iocharset; local
935 opts->iocharset = fat_default_iocharset;
1040 if (opts->iocharset != fat_default_iocharset)
1041 kfree(opts->iocharset);
1042 iocharset
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/befs/
H A Dlinuxvfs.c648 {Opt_charset, "iocharset=%s"},
665 opts->iocharset = NULL;
701 kfree(opts->iocharset);
702 opts->iocharset = match_strdup(&args[0]);
703 if (!opts->iocharset) {
705 "iocharset string\n");
729 kfree(BEFS_SB(sb)->mount_opts.iocharset);
730 BEFS_SB(sb)->mount_opts.iocharset = NULL;
845 if (befs_sb->mount_opts.iocharset) {
847 befs_sb->mount_opts.iocharset);
[all...]
H A Dbefs.h28 char *iocharset; member in struct:befs_mount_options
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Dinode.c151 char *iocharset; member in struct:iso9660_options
320 {Opt_iocharset, "iocharset=%s"},
369 popt->iocharset = NULL;
407 popt->iocharset = match_strdup(&args[0]);
767 char * p = opt.iocharset ? opt.iocharset : CONFIG_NLS_DEFAULT;
771 if (opt.iocharset)
846 kfree(opt.iocharset);
885 kfree(opt.iocharset);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dncp_fs.h104 unsigned char iocharset[NCP_IOCSNAME_LEN+1]; member in struct:ncp_nls_ioctl
H A Dmsdos_fs.h195 char *iocharset; /* Charset used for filename input/display */ member in struct:fat_mount_options
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dconnect.c66 char *iocharset; /* local code page for mapping to and from Unicode */ member in struct:smb_vol
1029 } else if (strnicmp(data, "iocharset", 9) == 0) {
1031 printk(KERN_WARNING "CIFS: invalid iocharset specified\n");
1036 vol->iocharset = value;
1037 /* if iocharset not set load_nls_default used by caller */
1038 cFYI(1, ("iocharset set to %s",value));
1040 printk(KERN_WARNING "CIFS: iocharset name too long.\n");
1783 if(volume_info.iocharset == NULL) {
1787 cifs_sb->local_nls = load_nls(volume_info.iocharset);
1789 cERROR(1,("CIFS mount error: iocharset
[all...]

Completed in 78 milliseconds