Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dmsdos_fs.h174 struct msdos_dir_entry { struct
175 __u8 name[MSDOS_NAME];/* name and extension */
176 __u8 attr; /* attribute bits */
177 __u8 lcase; /* Case for base and extension */
178 __u8 ctime_cs; /* Creation time, centiseconds (0-199) */
179 __le16 ctime; /* Creation time */
180 __le16 cdate; /* Creation date */
181 __le16 adate; /* Last access date */
182 __le16 starthi; /* High 16 bits of cluster in FAT32 */
183 __le16 time,date,start;/* time, date and first cluster */
[all …]