Searched refs:fat16_towchar (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/ |
H A D | dir.c | 310 fat16_towchar(*unicode + offset, ds->name0_4, 5); in fat_parse_long() 311 fat16_towchar(*unicode + offset + 5, ds->name5_10, 6); in fat_parse_long() 312 fat16_towchar(*unicode + offset + 11, ds->name11_12, 2); in fat_parse_long()
|
H A D | fat.h | 272 static inline void fat16_towchar(wchar_t *dst, const __u8 *src, size_t len) in fat16_towchar() function
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | dir.c | 310 fat16_towchar(*unicode + offset, ds->name0_4, 5); in fat_parse_long() 311 fat16_towchar(*unicode + offset + 5, ds->name5_10, 6); in fat_parse_long() 312 fat16_towchar(*unicode + offset + 11, ds->name11_12, 2); in fat_parse_long()
|
H A D | fat.h | 273 static inline void fat16_towchar(wchar_t *dst, const __u8 *src, size_t len) in fat16_towchar() function
|
Completed in 6 milliseconds