Searched refs:starthi (Results 1 – 2 of 2) sorted by relevance
182 __le16 starthi; /* High 16 bits of cluster in FAT32 */ member
260 cluster |= (le16_to_cpu(de->starthi) << 16); in fat_get_start()267 de->starthi = cpu_to_le16(cluster >> 16); in fat_set_start()