Searched defs:dentptr (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/fat/ |
| H A D | fat_write.c | 222 fill_dir_slot(fsdata *mydata, dir_entry **dentptr, const char *l_name) in fill_dir_slot() 575 static void flush_dir_table(fsdata *mydata, dir_entry **dentptr) in flush_dir_table() 636 set_contents(fsdata *mydata, dir_entry *dentptr, __u8 *buffer, in set_contents() 720 static void set_start_cluster(const fsdata *mydata, dir_entry *dentptr, in set_start_cluster() 732 static void fill_dentry(fsdata *mydata, dir_entry *dentptr, in fill_dentry() 771 static int is_next_clust(fsdata *mydata, dir_entry *dentptr) in is_next_clust() 797 dir_entry *dentptr; in find_directory_entry() local 907 dir_entry *dentptr, *retdent; in do_fat_write() local
|
| H A D | fat.c | 318 static int get_contents(fsdata *mydata, dir_entry *dentptr, loff_t pos, in get_contents()
|