Home
last modified time | relevance | path

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

/external/dosfstools/src/
Dmkdosfs.c230 struct msdos_dir_entry struct
232 char name[8], ext[3]; /* name and extension */
233 __u8 attr; /* attribute bits */
234 __u8 lcase; /* Case for base and extension */
235 __u8 ctime_ms; /* Creation time, milliseconds */
236 __u16 ctime; /* Creation time */
237 __u16 cdate; /* Creation date */
238 __u16 adate; /* Last access date */
239 __u16 starthi; /* high 16 bits of first cl. (FAT32) */
240 __u16 time, date, start; /* time, date and first cluster */
[all …]