Home
last modified time | relevance | path

Searched refs:fat_itr (Results 1 – 3 of 3) sorted by relevance

/u-boot/fs/fat/
A Dfat.c670 struct fat_itr { struct
733 static int fat_itr_isdir(fat_itr *itr); argument
777 static void fat_itr_child(fat_itr *itr, fat_itr *parent) in fat_itr_child()
878 static dir_entry *next_dent(fat_itr *itr) in next_dent()
963 static int fat_itr_next(fat_itr *itr) in fat_itr_next()
1032 static int fat_itr_isdir(fat_itr *itr) in fat_itr_isdir()
1203 fat_itr *itr; in fat_exists()
1206 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_exists()
1223 fat_itr *itr; in fat_size()
1261 fat_itr *itr; in file_fat_read_at()
[all …]
A Dfat_write.c24 static int new_dir_table(fat_itr *itr);
380 static int flush_dir(fat_itr *itr);
650 static int flush_dir(fat_itr *itr) in flush_dir()
820 static int new_dir_table(fat_itr *itr) in new_dir_table()
1313 fat_itr *itr = NULL; in file_fat_write_at()
1440 static int fat_dir_entries(fat_itr *itr) in fat_dir_entries()
1442 fat_itr *dirs; in fat_dir_entries()
1501 static int delete_long_name(fat_itr *itr) in delete_long_name()
1525 static int delete_dentry_long(fat_itr *itr) in delete_dentry_long()
1564 fat_itr *itr = NULL; in fat_unlink()
[all …]
/u-boot/include/
A Dfat.h187 struct fat_itr;
188 typedef struct fat_itr fat_itr; typedef
219 void *fat_next_cluster(fat_itr *itr, unsigned int *nbytes);

Completed in 8 milliseconds