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