Home
last modified time | relevance | path

Searched defs:libfat_filesystem (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/libfat/
Dlibfatint.h37 struct libfat_filesystem { struct
38 int (*read) (intptr_t, void *, size_t, libfat_sector_t);
39 intptr_t readptr;
41 enum fat_type fat_type;
42 unsigned int clustsize;
43 int clustshift;
44 int32_t endcluster; /* Highest legal cluster number + 1 */
45 int32_t rootcluster; /* Root directory cluster */
47 libfat_sector_t fat; /* Start of FAT */
48 libfat_sector_t rootdir; /* Start of root directory */
[all …]