Home
last modified time | relevance | path

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

/openbmc/linux/fs/fat/
H A Ddir.c33 #define FAT_MAX_UNI_CHARS ((MSDOS_SLOTS - 1) * 13 + 1) macro
34 #define FAT_MAX_UNI_SIZE (FAT_MAX_UNI_CHARS * sizeof(wchar_t))
186 return utf16s_to_utf8s(uni, FAT_MAX_UNI_CHARS, in fat_uni_to_x8()
516 void *longname = unicode + FAT_MAX_UNI_CHARS; in fat_search_long()
625 void *longname = unicode + FAT_MAX_UNI_CHARS; in __fat_readdir()