Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fat/
H A Ddir.c355 int nocase = sbi->options.nocase; in fat_parse_short() local
387 ptname[i] = nocase ? c : fat_tolower(c); in fat_parse_short()
424 ptname[i] = nocase ? c : fat_tolower(c); in fat_parse_short()
H A Dnamei_msdos.c69 *walk = (!opts->nocase && c >= 'a' && c <= 'z') ? c - 32 : c; in msdos_format_name()
102 if (!opts->nocase && c >= 'a' && c <= 'z') in msdos_format_name()
H A Dfat.h49 nocase:1, /* Does this need case conversion? 0=need case conversion*/ member
H A Dinode.c993 if (opts->nocase) in fat_show_options()
1153 opts->usefree = opts->nocase = 0; in parse_options()
1191 opts->nocase = 1; in parse_options()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsglob.h578 bool nocase:1; /* request case insensitive filenames */ member
1141 bool nocase:1; member
H A Dcifsfs.c228 if (tcon->nocase) in cifs_read_super()
543 if (tcon->nocase) in cifs_show_options()
H A Dconnect.c1609 vol->nocase = 1; in cifs_parse_mount_options()
3403 tcon->nocase = volume_info->nocase; in cifs_get_tcon()
5116 vol_info->nocase = master_tcon->nocase; in cifs_construct_tcon()
H A Dmisc.c283 if (treeCon->nocase) in header_assemble()
H A Dcifs_debug.c112 if (tcon->nocase) in cifs_debug_tcon()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dvfat.rst122 **nocase**
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cifs/
H A Dusage.rst558 nocase
561 (mount option ``ignorecase`` is identical to ``nocase``)