Home
last modified time | relevance | path

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

/Linux-v4.19/fs/fat/
Ddir.c356 int nocase = sbi->options.nocase; in fat_parse_short() local
386 ptname[i] = nocase ? c : fat_tolower(c); in fat_parse_short()
423 ptname[i] = nocase ? c : fat_tolower(c); in fat_parse_short()
Dnamei_msdos.c68 *walk = (!opts->nocase && c >= 'a' && c <= 'z') ? c - 32 : c; in msdos_format_name()
101 if (!opts->nocase && c >= 'a' && c <= 'z') in msdos_format_name()
Dfat.h49 nocase:1, /* Does this need case conversion? 0=need case conversion*/ member
Dinode.c987 if (opts->nocase) in fat_show_options()
1147 opts->usefree = opts->nocase = 0; in parse_options()
1185 opts->nocase = 1; in parse_options()
/Linux-v4.19/fs/cifs/
Dcifsglob.h534 bool nocase:1; /* request case insensitive filenames */ member
976 bool nocase:1; member
Dcifsfs.c171 if (tcon->nocase) in cifs_read_super()
479 if (tcon->nocase) in cifs_show_options()
Dconnect.c1520 vol->nocase = 1; in cifs_parse_mount_options()
3130 tcon->nocase = volume_info->nocase; in cifs_get_tcon()
4462 vol_info->nocase = master_tcon->nocase; in cifs_construct_tcon()
Dcifs_debug.c117 if (tcon->nocase) in cifs_debug_tcon()
Dmisc.c268 if (treeCon->nocase) in header_assemble()
/Linux-v4.19/Documentation/filesystems/
Dvfat.txt96 nocase -- This was deprecated for vfat. Use shortname=win95 instead.
/Linux-v4.19/Documentation/filesystems/cifs/
DREADME481 nocase Request case insensitive path name matching (case
483 (mount option "ignorecase" is identical to "nocase")