Home
last modified time | relevance | path

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

/linux-3.4.99/fs/fat/
Dnamei_vfat.c637 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()
Dfat.h219 static inline void fatwchar_to16(__u8 *dst, const wchar_t *src, size_t len) in fatwchar_to16() function