Searched refs:fatwchar_to16 (Results 1 – 2 of 2) sorted by relevance
637 fatwchar_to16(ps->name0_4, uname + offset, 5); in vfat_build_slots()638 fatwchar_to16(ps->name5_10, uname + offset + 5, 6); in vfat_build_slots()639 fatwchar_to16(ps->name11_12, uname + offset + 11, 2); in vfat_build_slots()
219 static inline void fatwchar_to16(__u8 *dst, const wchar_t *src, size_t len) in fatwchar_to16() function