Searched refs:nocase (Results 1 – 12 of 12) sorted by relevance
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()
999 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()
51 nocase:1, /* Does this need case conversion? 0=need case conversion*/ member
396 opts->nocase = 1; in ntfs_fs_parse_param()717 if (opts->nocase) in ntfs_show_options()1185 sb->s_d_op = options->nocase ? &ntfs_dentry_ops : NULL; in ntfs_fill_super()
110 unsigned nocase : 1; /* case insensitive. */ member
50 both_case = f2->type != FILE_NAME_DOS && !sbi->options->nocase; in cmp_fnames()
263 if (tcon->nocase) in cifs_read_super()644 if (tcon->nocase) in cifs_show_options()
115 if (tcon->nocase) in cifs_debug_tcon()
297 if (treeCon->nocase) in header_assemble()
1285 bool nocase:1; member
122 **nocase**
558 nocase561 (mount option ``ignorecase`` is identical to ``nocase``)