Home
last modified time | relevance | path

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

/drivers/staging/exfat/
Dexfat_nls.c297 void nls_uniname_to_cstring(struct super_block *sb, u8 *p_cstring, in nls_uniname_to_cstring() function
Dexfat_super.c1606 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()
Dexfat.h760 void nls_uniname_to_cstring(struct super_block *sb, u8 *p_cstring,