Home
last modified time | relevance | path

Searched refs:starthi (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dfat.h82 (FAT2CPU16((dent)->starthi) << 16)))
141 __u16 starthi; /* High 16 bits of cluster in FAT32 */ member
/openbmc/linux/include/uapi/linux/
H A Dmsdos_fs.h180 __le16 starthi; /* High 16 bits of cluster in FAT32 */ member
/openbmc/linux/fs/fat/
H A Dfat.h290 cluster |= (le16_to_cpu(de->starthi) << 16); in fat_get_start()
297 de->starthi = cpu_to_le16(cluster >> 16); in fat_set_start()
/openbmc/u-boot/fs/fat/
H A Dfat_write.c660 dentptr->starthi = in set_start_cluster()