Lines Matching refs:__u32

31 static int disk_write(__u32 block, __u32 nr_blocks, void *buf)  in disk_write()
110 __u32 fatlength = mydata->fatlength; in flush_dirty_fat_buffer()
112 __u32 startblock = mydata->fatbufnum * FATBUFBLOCKS; in flush_dirty_fat_buffer()
261 static __u32 dir_curclust;
366 static int set_fatent_value(fsdata *mydata, __u32 entry, __u32 entry_value) in set_fatent_value()
368 __u32 bufnum, offset, off16; in set_fatent_value()
393 __u32 fatlength = mydata->fatlength; in set_fatent_value()
394 __u32 startblock = bufnum * FATBUFBLOCKS; in set_fatent_value()
418 ((__u32 *) mydata->fatbuf)[offset] = cpu_to_le32(entry_value); in set_fatent_value()
473 static __u32 determine_fatent(fsdata *mydata, __u32 entry) in determine_fatent()
475 __u32 next_fat, next_entry = entry + 1; in determine_fatent()
497 set_cluster(fsdata *mydata, __u32 clustnum, __u8 *buffer, in set_cluster()
500 __u32 idx = 0; in set_cluster()
501 __u32 startsect; in set_cluster()
560 __u32 fat_val, entry = 3; in find_empty_cluster()
608 static int clear_fatent(fsdata *mydata, __u32 entry) in clear_fatent()
610 __u32 fat_val; in clear_fatent()
641 __u32 curclust = START(dentptr); in set_contents()
642 __u32 endclust = 0, newclust = 0; in set_contents()
721 __u32 start_cluster) in set_start_cluster()
733 const char *filename, __u32 start_cluster, __u32 size, __u8 attr) in fill_dentry()
748 static int check_overflow(fsdata *mydata, __u32 clustnum, loff_t size) in check_overflow()
750 __u32 startsect, sect_num, offset; in check_overflow()
790 char *filename, dir_entry *retdent, __u32 start) in find_directory_entry()
792 __u32 curclust = sect_to_clust(mydata, startsect); in find_directory_entry()
908 __u32 startsect; in do_fat_write()
909 __u32 start_cluster; in do_fat_write()