Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dfs_context.h214 bool nocase:1; /* request case insensitive filenames */ member
A Dcifsfs.c226 if (tcon->nocase) in cifs_read_super()
567 if (tcon->nocase) in cifs_show_options()
A Dconnect.c2389 tcon->nocase = ctx->nocase; in cifs_get_tcon()
3890 ctx->nocase = master_tcon->nocase; in cifs_construct_tcon()
A Dcifs_debug.c111 if (tcon->nocase) in cifs_debug_tcon()
A Dmisc.c271 if (treeCon->nocase) in header_assemble()
A Dcifsglob.h1090 bool nocase:1; member
A Dfs_context.c1322 ctx->nocase = 1; in smb3_fs_context_parse_param()
/linux/fs/fat/
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()
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()
A Dfat.h49 nocase:1, /* Does this need case conversion? 0=need case conversion*/ member
A Dinode.c994 if (opts->nocase) in fat_show_options()
1154 opts->usefree = opts->nocase = 0; in parse_options()
1192 opts->nocase = 1; in parse_options()
/linux/Documentation/filesystems/
A Dvfat.rst122 **nocase**
/linux/Documentation/admin-guide/cifs/
A Dusage.rst558 nocase
561 (mount option ``ignorecase`` is identical to ``nocase``)

Completed in 40 milliseconds