Searched refs:nocase (Results 1 - 14 of 14) sorted by relevance

/linux-master/fs/smb/client/
H A Dfs_context.h230 bool nocase:1; /* request case insensitive filenames */ member in struct:smb3_fs_context
H A Dcifsfs.c262 if (tcon->nocase)
602 if (tcon->nocase)
603 seq_puts(s, ",nocase");
H A Dcifs_debug.c115 if (tcon->nocase)
116 seq_printf(m, " nocase");
H A Dmisc.c293 if (treeCon->nocase)
H A Dconnect.c2717 tcon->nocase = ctx->nocase;
4022 ctx->nocase = master_tcon->nocase;
H A Dcifsglob.h1249 bool nocase:1; member in struct:cifs_tcon
H A Dfs_context.c92 fsparam_flag("nocase", Opt_nocase),
1497 ctx->nocase = 1;
/linux-master/fs/fat/
H A Dnamei_msdos.c69 *walk = (!opts->nocase && c >= 'a' && c <= 'z') ? c - 32 : c;
102 if (!opts->nocase && c >= 'a' && c <= 'z')
H A Ddir.c355 int nocase = sbi->options.nocase; local
387 ptname[i] = nocase ? c : fat_tolower(c);
424 ptname[i] = nocase ? c : fat_tolower(c);
H A Dfat.h49 nocase:1, /* Does this need case conversion? 0=need case conversion*/ member in struct:fat_mount_options
H A Dinode.c1001 if (opts->nocase)
1002 seq_puts(m, ",nocase");
1067 {Opt_nocase, "nocase"},
1161 opts->usefree = opts->nocase = 0;
1199 opts->nocase = 1;
/linux-master/fs/ntfs3/
H A Dsuper.c278 fsparam_flag_no("nocase", Opt_nocase),
395 opts->nocase = result.negated ? 1 : 0;
716 if (opts->nocase)
717 seq_puts(m, ",nocase");
1184 sb->s_d_op = options->nocase ? &ntfs_dentry_ops : NULL;
H A Dntfs_fs.h110 unsigned nocase : 1; /* case insensitive. */ member in struct:ntfs_mount_options
H A Dindex.c50 both_case = f2->type != FILE_NAME_DOS && !sbi->options->nocase;

Completed in 331 milliseconds