Searched defs:mydata (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/fs/fat/ |
H A D | fat_write.c | 105 static int flush_dirty_fat_buffer(fsdata *mydata) in flush_dirty_fat_buffer() 264 static int set_fatent_value(fsdata *mydata, __u32 entry, __u32 entry_value) in set_fatent_value() 371 static __u32 determine_fatent(fsdata *mydata, __u32 entry) in determine_fatent() 402 set_cluster(fsdata *mydata, u32 clustnum, u8 *buffer, u32 size) in set_cluster() 466 get_set_cluster(fsdata *mydata, __u32 clustnum, loff_t pos, __u8 *buffer, in get_set_cluster() 578 static int find_empty_cluster(fsdata *mydata) in find_empty_cluster() 597 fsdata *mydata = itr->fsdata; in flush_dir_table() local 632 static int clear_fatent(fsdata *mydata, __u32 entry) in clear_fatent() 656 static void set_start_cluster(const fsdata *mydata, dir_entry *dentptr, in set_start_cluster() 670 static int check_overflow(fsdata *mydata, __u32 clustnum, loff_t size) in check_overflow() [all …]
|
H A D | fat.c | 151 int flush_dirty_fat_buffer(fsdata *mydata) in flush_dirty_fat_buffer() 162 static __u32 get_fatent(fsdata *mydata, __u32 entry) in get_fatent() 247 get_cluster(fsdata *mydata, __u32 clustnum, __u8 *buffer, unsigned long size) in get_cluster() 309 static int get_contents(fsdata *mydata, dir_entry *dentptr, loff_t pos, in get_contents() 545 static int get_fs_info(fsdata *mydata) in get_fs_info() 715 fsdata *mydata = parent->fsdata; /* for silly macros */ in fat_itr_child() local 738 fsdata *mydata = itr->fsdata; /* for silly macros */ in next_cluster() local
|