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

/linux-master/fs/smb/client/
H A Dcifs_unicode.h74 wchar_t cifs_toupper(wchar_t in);
H A Ddfs_cache.c332 c = cifs_toupper(c);
529 if (cifs_toupper(c1) != cifs_toupper(c2))
H A Ddir.c840 hash = partial_name_hash(cifs_toupper(c), hash);
887 if (cifs_toupper(c1) != cifs_toupper(c2))
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) function

Completed in 112 milliseconds