Home
last modified time | relevance | path

Searched refs:cifs_toupper (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifs_unicode.h74 wchar_t cifs_toupper(wchar_t in);
H A Ddir.c817 hash = partial_name_hash(cifs_toupper(c), hash);
864 if (cifs_toupper(c1) != cifs_toupper(c2))
H A Ddfs_cache.c332 c = cifs_toupper(c); in cache_entry_hash()
529 if (cifs_toupper(c1) != cifs_toupper(c2)) in dfs_path_equal()
H A Dwinucase.c20 wchar_t cifs_toupper(wchar_t in); /* quiet sparse */
618 * cifs_toupper - convert a wchar_t from lower to uppercase
626 cifs_toupper(wchar_t in) in cifs_toupper() function
/kernel/linux/linux-5.10/fs/cifs/
H A Ddir.c836 hash = partial_name_hash(cifs_toupper(c), hash); in cifs_ci_hash()
883 if (cifs_toupper(c1) != cifs_toupper(c2)) in cifs_ci_compare()
H A Dcifs_unicode.h109 wchar_t cifs_toupper(wchar_t in);
H A Dwinucase.c21 wchar_t cifs_toupper(wchar_t in); /* quiet sparse */
619 * cifs_toupper - convert a wchar_t from lower to uppercase
627 cifs_toupper(wchar_t in) in cifs_toupper() function

Completed in 8 milliseconds