Searched refs:starthi (Results 1 – 2 of 2) sorted by relevance
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()