Home
last modified time | relevance | path

Searched refs:cifs_toupper (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/fs/cifs/
Dwinucase.c20 wchar_t cifs_toupper(wchar_t in); /* quiet sparse */
626 cifs_toupper(wchar_t in) in cifs_toupper() function
Ddir.c805 hash = partial_name_hash(cifs_toupper(c), hash); in cifs_ci_hash()
852 if (cifs_toupper(c1) != cifs_toupper(c2)) in cifs_ci_compare()
Dcifs_unicode.h109 wchar_t cifs_toupper(wchar_t in);
Ddfs_cache.c441 c = cifs_toupper(c); in cache_entry_hash()
641 if (cifs_toupper(c1) != cifs_toupper(c2)) in dfs_path_equal()