Searched defs:msdos_dir_entry (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | msdos_fs.h | 177 struct msdos_dir_entry { struct 178 __u8 name[MSDOS_NAME];/* name and extension */ 179 __u8 attr; /* attribute bits */ 180 __u8 lcase; /* Case for base and extension */ 181 __u8 ctime_cs; /* Creation time, centiseconds (0-199) */ 182 __le16 ctime; /* Creation time */ 183 __le16 cdate; /* Creation date */ 184 __le16 adate; /* Last access date */ 185 __le16 starthi; /* High 16 bits of cluster in FAT32 */ 186 __le16 time,date,start;/* time, date and first cluster */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | msdos_fs.h | 177 struct msdos_dir_entry { struct 178 __u8 name[MSDOS_NAME];/* name and extension */ 179 __u8 attr; /* attribute bits */ 180 __u8 lcase; /* Case for base and extension */ 181 __u8 ctime_cs; /* Creation time, centiseconds (0-199) */ 182 __le16 ctime; /* Creation time */ 183 __le16 cdate; /* Creation date */ 184 __le16 adate; /* Last access date */ 185 __le16 starthi; /* High 16 bits of cluster in FAT32 */ 186 __le16 time,date,start;/* time, date and first cluster */ [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | msdos_fs.h | 172 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 …]
|