Home
last modified time | relevance | path

Searched refs:first_cluster_low (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/fs/fat/
Dfat_fs.h116 uint16_t first_cluster_low; member
Dfat.c423 first_clust = (dir->first_cluster_high << 16) + dir->first_cluster_low; in first_sector()
551 (de->first_cluster_high << 16) + de->first_cluster_low; in vfat_find_entry()
711 dirent->d_ino = de->first_cluster_low | (de->first_cluster_high << 16); in vfat_readdir()