Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dmsdos_fs.h137 struct msdos_dir_entry { struct
138 __u8 name[MSDOS_NAME];
139 __u8 attr;
140 __u8 lcase;
141 __u8 ctime_cs;
142 __le16 ctime;
143 __le16 cdate;
144 __le16 adate;
145 __le16 starthi;
146 __le16 time, date, start;
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dmsdos_fs.h134 struct msdos_dir_entry { struct
135 __u8 name[MSDOS_NAME];
136 __u8 attr;
137 __u8 lcase;
138 __u8 ctime_cs;
139 __le16 ctime;
140 __le16 cdate;
141 __le16 adate;
142 __le16 starthi;
143 __le16 time,date,start;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dmsdos_fs.h172 struct msdos_dir_entry { struct
173 __u8 name[MSDOS_NAME];/* name and extension */
174 __u8 attr; /* attribute bits */
175 __u8 lcase; /* Case for base and extension */
176 __u8 ctime_cs; /* Creation time, centiseconds (0-199) */
177 __le16 ctime; /* Creation time */
178 __le16 cdate; /* Creation date */
179 __le16 adate; /* Last access date */
180 __le16 starthi; /* High 16 bits of cluster in FAT32 */
181 __le16 time,date,start;/* time, date and first cluster */
[all …]