Searched refs:uni_name (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/fat/ |
D | dir.c | 359 wchar_t uni_name[14]; in fat_parse_short() local 382 &uni_name[j++], opt_shortname, in fat_parse_short() 407 fat_short2uni(nls_disk, ".", 1, &uni_name[j++]); in fat_parse_short() 418 &uni_name[j++], opt_shortname, in fat_parse_short() 450 uni_name[uni_len] = 0x0000; in fat_parse_short() 451 name_len = fat_uni_to_x8(sb, uni_name, name, in fat_parse_short()
|