Searched refs:nls_uniname_to_cstring (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/exfat/ |
D | exfat_nls.c | 297 void nls_uniname_to_cstring(struct super_block *sb, u8 *p_cstring, in nls_uniname_to_cstring() function
|
D | exfat_super.c | 1606 nls_uniname_to_cstring(sb, info->Name, &uni_name); in ffsReadStat() 1614 nls_uniname_to_cstring(sb, info->ShortName, &uni_name); in ffsReadStat() 2068 nls_uniname_to_cstring(sb, dir_entry->Name, &uni_name); in ffsReadDir() 2081 nls_uniname_to_cstring(sb, dir_entry->ShortName, in ffsReadDir()
|
D | exfat.h | 760 void nls_uniname_to_cstring(struct super_block *sb, u8 *p_cstring,
|