Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnls.h61 static inline unsigned char nls_tolower(struct nls_table *t, unsigned char c) in nls_tolower() function
79 if (nls_tolower(t, *s1++) != nls_tolower(t, *s2++)) in nls_strnicmp()
/linux-4.1.27/fs/ncpfs/
Dncplib_kernel.h137 #define ncp_tolower(t, c) nls_tolower(t, c)
/linux-4.1.27/fs/fat/
Dnamei_vfat.c132 hash = partial_name_hash(nls_tolower(t, *name++), hash); in vfat_hashi()