Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/fs/fat/
Dnamei_vfat.c146 hash = partial_name_hash(nls_tolower(t, *name++), hash); in vfat_hashi()