Searched refs:starthi (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dmsdos_fs.h180 __le16 starthi; /* High 16 bits of cluster in FAT32 */ member in struct:msdos_dir_entry
/linux-master/fs/fat/
H A Dfat.h290 cluster |= (le16_to_cpu(de->starthi) << 16);
297 de->starthi = cpu_to_le16(cluster >> 16);

Completed in 155 milliseconds