Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fat/
Ddir.c35 static inline unsigned char fat_tolower(unsigned char c) in fat_tolower() function
386 ptname[i] = nocase ? c : fat_tolower(c); in fat_parse_short()
423 ptname[i] = nocase ? c : fat_tolower(c); in fat_parse_short()