Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnls.h62 static inline unsigned char nls_tolower(struct nls_table *t, unsigned char c) in nls_tolower() function
80 if (nls_tolower(t, *s1++) != nls_tolower(t, *s2++)) in nls_strnicmp()
/Linux-v4.19/fs/fat/
Dnamei_vfat.c145 hash = partial_name_hash(nls_tolower(t, *name++), hash); in vfat_hashi()