Searched refs:starthi (Results 1 – 4 of 4) sorted by relevance
82 (FAT2CPU16((dent)->starthi) << 16)))141 __u16 starthi; /* High 16 bits of cluster in FAT32 */ member
180 __le16 starthi; /* High 16 bits of cluster in FAT32 */ member
290 cluster |= (le16_to_cpu(de->starthi) << 16); in fat_get_start()297 de->starthi = cpu_to_le16(cluster >> 16); in fat_set_start()
660 dentptr->starthi = in set_start_cluster()