Searched refs:nocase (Results 1 – 10 of 10) sorted by relevance
394 int nocase = sbi->options.nocase; in fat_parse_short() local426 ptname[i] = nocase ? c : fat_tolower(c); in fat_parse_short()463 ptname[i] = nocase ? c : fat_tolower(c); in fat_parse_short()
53 nocase:1, /* Does this need case conversion? 0=need case conversion*/ member
274 bool nocase:1; /* request case insensitive filenames */ member
1254 bool nocase:1; member
421 opts->nocase = 1; in ntfs_fs_parse_param()802 if (opts->nocase) in ntfs_show_options()1313 set_default_d_op(sb, options->nocase ? &ntfs_dentry_ops : NULL); in ntfs_fill_super()
106 if (sbi->options->nocase) in ntfs_fileattr_get()
111 unsigned nocase : 1; /* case insensitive. */ member
50 both_case = f2->type != FILE_NAME_DOS && !sbi->options->nocase; in cmp_fnames()
122 **nocase**
560 nocase563 (mount option ``ignorecase`` is identical to ``nocase``)