Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfs_context.h230 bool nocase:1; /* request case insensitive filenames */ member
H A Dcifsfs.c262 if (tcon->nocase) in cifs_read_super()
607 if (tcon->nocase) in cifs_show_options()
H A Dconnect.c2735 tcon->nocase = ctx->nocase; in cifs_get_tcon()
4055 ctx->nocase = master_tcon->nocase; in __cifs_construct_tcon()
H A Dmisc.c293 if (treeCon->nocase) in header_assemble()
H A Dcifs_debug.c115 if (tcon->nocase) in cifs_debug_tcon()
116 seq_printf(m, " nocase"); in cifs_debug_tcon()
H A Dfs_context.c92 fsparam_flag("nocase", Opt_nocase),
1485 ctx->nocase = 1; in smb3_fs_context_parse_param()
H A Dcifsglob.h1250 bool nocase:1; member
/linux/fs/fat/
H A Ddir.c367 int nocase = sbi->options.nocase; in fat_parse_short()
399 ptname[i] = nocase ? c : fat_tolower(c); in fat_parse_short()
436 ptname[i] = nocase ? c : fat_tolower(c); in fat_parse_short()
355 int nocase = sbi->options.nocase; fat_parse_short() local
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 Dinode.c999 if (opts->nocase) in fat_show_options()
1189 opts->nocase = 1; in fat_parse_param()
1923 opts->usefree = opts->nocase = 0; in fat_init_fs_context()
H A Dfat.h51 nocase:1, /* Does this need case conversion? 0=need case conversion*/ member
/linux/fs/ntfs3/
H A Dsuper.c391 opts->nocase = result.negated ? 1 : 0; in ntfs_fs_parse_param()
712 if (opts->nocase) in ntfs_show_options()
1180 sb->s_d_op = options->nocase ? &ntfs_dentry_ops : NULL; in ntfs_fill_super()
H A Dntfs_fs.h110 unsigned nocase : 1; /* case insensitive. */ member
H A Dindex.c50 both_case = f2->type != FILE_NAME_DOS && !sbi->options->nocase; in cmp_fnames()
/linux/Documentation/filesystems/
H A Dvfat.rst122 **nocase**
/linux/Documentation/admin-guide/cifs/
H A Dusage.rst558 nocase
561 (mount option ``ignorecase`` is identical to ``nocase``)