Searched refs:fat16_towchar (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/fat/ |
D | dir.c | 249 fat16_towchar(unicode + offset, ds->name0_4, 5); in fat_search_long() 250 fat16_towchar(unicode + offset + 5, ds->name5_10, 6); in fat_search_long() 251 fat16_towchar(unicode + offset + 11, ds->name11_12, 2); in fat_search_long() 446 fat16_towchar(unicode + offset, ds->name0_4, 5); in fat_readdirx() 447 fat16_towchar(unicode + offset + 5, ds->name5_10, 6); in fat_readdirx() 448 fat16_towchar(unicode + offset + 11, ds->name11_12, 2); in fat_readdirx()
|
/linux-2.4.37.9/include/linux/ |
D | msdos_fs.h | 209 static inline void fat16_towchar(wchar_t *dst, const __u8 *src, size_t len) in fat16_towchar() function
|