Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfs_context.h274 bool nocase:1; /* request case insensitive filenames */ member
H A Dcifsfs.c272 if (tcon->nocase) in cifs_read_super()
682 if (tcon->nocase) in cifs_show_options()
683 seq_puts(s, ",nocase"); in cifs_show_options()
1203 * it over the client-local nocase mount option, which only in cifs_get_link()
1208 * zero. In that case fall back to nocase so the reporting in cifs_get_link()
1212 if (tcon->nocase) { in cifs_get_link()
H A Dconnect.c2880 tcon->nocase = ctx->nocase; in cifs_get_tcon()
4225 ctx->nocase = master_tcon->nocase; in cifs_construct_tcon()
H A Ddir.c816 if (pTcon->nocase && !open_cached_dir_by_dentry(pTcon, direntry->d_parent, &cfid)) {
H A Dcifsglob.h1253 bool nocase:1;
1251 bool nocase:1; global() member
H A Dfs_context.c97 fsparam_flag("nocase", Opt_nocase),
1785 ctx->nocase = 1; in smb3_fs_context_parse_param()
/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``)