Lines Matching refs:__u8
103 static __u8 num_of_fats;
111 __u8 *bufptr = mydata->fatbuf; in flush_dirty_fat_buffer()
224 __u8 temp_dir_slot_buffer[MAX_LFN_SLOT * sizeof(dir_slot)]; in fill_dir_slot()
226 __u8 counter = 0, checksum; in fill_dir_slot()
273 get_long_file_name(fsdata *mydata, int curclust, __u8 *cluster, in get_long_file_name()
279 __u8 *buflimit = cluster + mydata->sect_size * ((curclust == 0) ? in get_long_file_name()
282 __u8 counter = (slotptr->id & ~LAST_LONG_ENTRY_MASK) & 0xff; in get_long_file_name()
290 while ((__u8 *)slotptr < buflimit) { in get_long_file_name()
299 if ((__u8 *)slotptr >= buflimit) { in get_long_file_name()
328 while ((__u8 *)slotptr2 > get_contents_vfatname_block) { in get_long_file_name()
356 cur_position = (__u8 *)realdent - get_contents_vfatname_block; in get_long_file_name()
392 __u8 *bufptr = mydata->fatbuf; in set_fatent_value()
497 set_cluster(fsdata *mydata, __u32 clustnum, __u8 *buffer, in set_cluster()
512 ALLOC_CACHE_ALIGN_BUFFER(__u8, tmpbuf, mydata->sect_size); in set_cluster()
542 ALLOC_CACHE_ALIGN_BUFFER(__u8, tmpbuf, mydata->sect_size); in set_cluster()
636 set_contents(fsdata *mydata, dir_entry *dentptr, __u8 *buffer, in set_contents()
733 const char *filename, __u32 start_cluster, __u32 size, __u8 attr) in fill_dentry()
775 cur_position = (__u8 *)dentptr - get_dentfromdir_block; in is_next_clust()