Home
last modified time | relevance | path

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

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