Home
last modified time | relevance | path

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

/linux/fs/fat/
H A Ddir.c38 static inline unsigned char fat_tolower(unsigned char c) in fat_tolower() function
401 ptname[i] = nocase ? c : fat_tolower(c); in fat_parse_short()
438 ptname[i] = nocase ? c : fat_tolower(c); in fat_parse_short()