Home
last modified time | relevance | path

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

/fs/hpfs/
Dname.c35 static inline unsigned char locase(unsigned char *dir, unsigned char a) in locase() function
71 for (i = 0; i < len; i++) to[i] = locase(hpfs_sb(s)->sb_cp_table,from[i]); in hpfs_translate_name()