Home
last modified time | relevance | path

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

/linux/fs/fat/
H A Ddir.c394 int nocase = sbi->options.nocase; in fat_parse_short() local
426 ptname[i] = nocase ? c : fat_tolower(c); in fat_parse_short()
463 ptname[i] = nocase ? c : fat_tolower(c); in fat_parse_short()
H A Dfat.h53 nocase:1, /* Does this need case conversion? 0=need case conversion*/ member
/linux/fs/smb/client/
H A Dfs_context.h274 bool nocase:1; /* request case insensitive filenames */ member
H A Dcifsglob.h1254 bool nocase:1; member
/linux/fs/ntfs3/
H A Dsuper.c421 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()
H A Dfile.c106 if (sbi->options->nocase) in ntfs_fileattr_get()
H A Dntfs_fs.h111 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.rst560 nocase
563 (mount option ``ignorecase`` is identical to ``nocase``)