Home
last modified time | relevance | path

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

/external/syslinux/libfat/
Dfat.h83 struct fat_dirent { struct
84 le8_t name[11]; /* Mangled filename */
85 le8_t attribute; /* File type/attribute */
86 le8_t caseflags; /* VFAT: case for basis and extension */
87 le8_t ctime_ms; /* ms of creation time */
88 le32_t ctime; /* Creation time */
89 le16_t atime; /* Date portion (high 16 bits) of atime */
90 le16_t clusthi; /* FAT32: high 16 bits of cluster */
91 le32_t mtime; /* Modification time */
92 le16_t clustlo; /* First cluster pointer */
[all …]