Searched refs:starthi (Results 1 – 6 of 6) sorted by relevance
84 (FAT2CPU16((dent)->starthi) << 16)))143 __u16 starthi; /* High 16 bits of cluster in FAT32 */ member
180 __le16 starthi; /* High 16 bits of cluster in FAT32 */ member
289 cluster |= (le16_to_cpu(de->starthi) << 16); in fat_get_start()296 de->starthi = cpu_to_le16(cluster >> 16); in fat_set_start()
185 __le16 starthi; /* High 16 bits of cluster in FAT32 */ member
724 dentptr->starthi = in set_start_cluster()