Searched refs:nocase (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Ddir.c261 if (pTcon->nocase)
359 if (pTcon->nocase)
498 if (pTcon->nocase)
511 if (pTcon->nocase)
H A Dlink.c206 if (pTcon->nocase)
H A Dcifsglob.h268 unsigned nocase:1; member in struct:cifsTconInfo
H A Dmisc.c375 if (treeCon->nocase)
H A Dconnect.c90 unsigned nocase; /* request case insensitive filenames */ member in struct:smb_vol
1179 } else if ((strnicmp(data, "nocase", 6) == 0) ||
1181 vol->nocase = 1;
2013 tcon->nocase = volume_info.nocase;
2046 tcon->nocase = volume_info.nocase;
H A Dinode.c915 if (pTcon->nocase)
970 if (pTcon->nocase)
H A Dreaddir.c96 if (pTcon->nocase)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/msdos/
H A Dnamei.c76 *walk = (!opts->nocase && c >= 'a' && c <= 'z') ? c - 32 : c;
109 if (!opts->nocase && c >= 'a' && c <= 'z')
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Ddir.c453 int nocase = sbi->options.nocase; local
535 ptname[i++] = (!nocase && c>='A' && c<='Z') ? c+32 : c;
559 ptname[i++] = (!nocase && c>='A' && c<='Z') ? c+32 : c;
H A Dinode.c826 if (opts->nocase)
827 seq_puts(m, ",nocase");
865 {Opt_nocase, "nocase"},
944 opts->usefree = opts->nocase = 0;
977 opts->nocase = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmsdos_fs.h208 nocase:1, /* Does this need case conversion? 0=need case conversion*/ member in struct:fat_mount_options

Completed in 107 milliseconds