Lines Matching refs:__u8
114 __u8 ignored[3]; /* Boot strap short or near jump */
115 __u8 system_id[8]; /* Name - can be used to special case
117 __u8 sector_size[2]; /* bytes per logical sector */
118 __u8 sec_per_clus; /* sectors/cluster */
120 __u8 fats; /* number of FATs */
121 __u8 dir_entries[2]; /* root directory entries */
122 __u8 sectors[2]; /* number of sectors */
123 __u8 media; /* media code */
133 __u8 version[2]; /* major, minor filesystem version */
150 __u8 drive; /* drive number */
151 __u8 reserved1;
152 __u8 signature; /* extended boot signature */
153 __u8 vol_id[4]; /* volume ID */
154 __u8 vol_label[11]; /* volume label */
155 __u8 type[8]; /* file system type */
161 __u8 name[MSDOS_NAME];/* name and extension */
162 __u8 attr; /* attribute bits */
163 __u8 lcase; /* Case for base and extension */
164 __u8 ctime_cs; /* Creation time, centiseconds (0-199) */
175 __u8 id; /* sequence number for slot */
176 __u8 name0_4[10]; /* first 5 characters in name */
177 __u8 attr; /* attribute byte */
178 __u8 reserved; /* always 0 */
179 __u8 alias_checksum; /* checksum for 8.3 alias */
180 __u8 name5_10[12]; /* 6 more characters in name */
182 __u8 name11_12[4]; /* last 2 characters in name */
301 static inline unsigned char fat_checksum(const __u8 *name) in fat_checksum()
318 static inline void fat16_towchar(wchar_t *dst, const __u8 *src, size_t len) in fat16_towchar()
330 static inline void fatwchar_to16(__u8 *dst, const wchar_t *src, size_t len) in fatwchar_to16()