Home
last modified time | relevance | path

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

/drivers/staging/exfat/
Dexfat_nls.c99 int nls_dosname_cmp(struct super_block *sb, u8 *a, u8 *b) in nls_dosname_cmp() function
Dexfat.h752 int nls_dosname_cmp(struct super_block *sb, u8 *a, u8 *b);
Dexfat_core.c2194 if (!nls_dosname_cmp(sb, p_dosname->name, dos_ep->name)) in fat_find_dir_entry()