Searched refs:nocase (Results 1 – 10 of 10) sorted by relevance
356 int nocase = sbi->options.nocase; in fat_parse_short() local386 ptname[i] = nocase ? c : fat_tolower(c); in fat_parse_short()423 ptname[i] = nocase ? c : fat_tolower(c); in fat_parse_short()
67 *walk = (!opts->nocase && c >= 'a' && c <= 'z') ? c - 32 : c; in msdos_format_name()100 if (!opts->nocase && c >= 'a' && c <= 'z') in msdos_format_name()
48 nocase:1, /* Does this need case conversion? 0=need case conversion*/ member
888 if (opts->nocase) in fat_show_options()1048 opts->usefree = opts->nocase = 0; in parse_options()1084 opts->nocase = 1; in parse_options()
474 bool nocase:1; /* request case insensitive filenames */ member881 bool nocase:1; member
148 if (tcon->nocase) in cifs_read_super()450 if (tcon->nocase) in cifs_show_options()
277 if (treeCon->nocase) in header_assemble()
1383 vol->nocase = 1; in cifs_parse_mount_options()2652 tcon->nocase = volume_info->nocase; in cifs_get_tcon()3916 vol_info->nocase = master_tcon->nocase; in cifs_construct_tcon()
95 nocase -- This was deprecated for vfat. Use shortname=win95 instead.
482 nocase Request case insensitive path name matching (case484 (mount option "ignorecase" is identical to "nocase")