Home
last modified time | relevance | path

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

/openbmc/linux/fs/fat/
H A Dnamei_vfat.c632 fatwchar_to16(ps->name0_4, uname + offset, 5); in vfat_build_slots()
633 fatwchar_to16(ps->name5_10, uname + offset + 5, 6); in vfat_build_slots()
634 fatwchar_to16(ps->name11_12, uname + offset + 11, 2); in vfat_build_slots()
H A Dfat.h300 static inline void fatwchar_to16(__u8 *dst, const wchar_t *src, size_t len) in fatwchar_to16() function