Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dnls.h60 static inline unsigned char nls_tolower(struct nls_table *t, unsigned char c) in nls_tolower() function
78 if (nls_tolower(t, *s1++) != nls_tolower(t, *s2++)) in nls_strnicmp()
/linux-3.4.99/fs/ncpfs/
Dncplib_kernel.h137 #define ncp_tolower(t, c) nls_tolower(t, c)
/linux-3.4.99/fs/cifs/
Ddir.c733 hash = partial_name_hash(nls_tolower(codepage, q->name[i]), in cifs_ci_hash()
/linux-3.4.99/fs/fat/
Dnamei_vfat.c136 hash = partial_name_hash(nls_tolower(t, *name++), hash); in vfat_hashi()