Searched refs:nocase (Results 1 – 11 of 11) sorted by relevance
216 bool nocase:1; /* request case insensitive filenames */ member
259 if (tcon->nocase) in cifs_read_super()598 if (tcon->nocase) in cifs_show_options()
2693 tcon->nocase = ctx->nocase; in cifs_get_tcon()4311 ctx->nocase = master_tcon->nocase; in cifs_construct_tcon()
113 if (tcon->nocase) in cifs_debug_tcon()
280 if (treeCon->nocase) in header_assemble()
1352 ctx->nocase = 1; in smb3_fs_context_parse_param()
1172 bool nocase:1; member
355 int nocase = sbi->options.nocase; in fat_parse_short() local387 ptname[i] = nocase ? c : fat_tolower(c); in fat_parse_short()424 ptname[i] = nocase ? c : fat_tolower(c); in fat_parse_short()
69 *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()
49 nocase:1, /* Does this need case conversion? 0=need case conversion*/ member
998 if (opts->nocase) in fat_show_options()1158 opts->usefree = opts->nocase = 0; in parse_options()1196 opts->nocase = 1; in parse_options()