Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dfs_context.h217 bool nocase:1; /* request case insensitive filenames */ member
Dcifsfs.c264 if (tcon->nocase) in cifs_read_super()
603 if (tcon->nocase) in cifs_show_options()
Dconnect.c2666 tcon->nocase = ctx->nocase; in cifs_get_tcon()
3937 ctx->nocase = master_tcon->nocase; in cifs_construct_tcon()
Dcifs_debug.c113 if (tcon->nocase) in cifs_debug_tcon()
Dmisc.c293 if (treeCon->nocase) in header_assemble()
Dfs_context.c1406 ctx->nocase = 1; in smb3_fs_context_parse_param()
Dcifsglob.h1185 bool nocase:1; member
/Linux-v6.6/fs/fat/
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()
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()
Dfat.h49 nocase:1, /* Does this need case conversion? 0=need case conversion*/ member
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()
/Linux-v6.6/fs/ntfs3/
Dsuper.c396 opts->nocase = result.negated ? 1 : 0; in ntfs_fs_parse_param()
711 if (opts->nocase) in ntfs_show_options()
1167 sb->s_d_op = options->nocase ? &ntfs_dentry_ops : NULL; in ntfs_fill_super()
Dntfs_fs.h108 unsigned nocase : 1; /* case insensitive. */ member
Dindex.c50 both_case = f2->type != FILE_NAME_DOS && !sbi->options->nocase; in cmp_fnames()
/Linux-v6.6/Documentation/filesystems/
Dvfat.rst122 **nocase**
/Linux-v6.6/Documentation/admin-guide/cifs/
Dusage.rst558 nocase
561 (mount option ``ignorecase`` is identical to ``nocase``)