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

/u-boot/include/
H A Dfat.h181 struct fat_itr;
182 typedef struct fat_itr fat_itr; typedef in typeref:struct:fat_itr
211 void *fat_next_cluster(fat_itr *itr, unsigned int *nbytes);
/u-boot/fs/fat/
H A Dfat.c708 * struct fat_itr - directory iterator, to simplify filesystem traversal
727 struct fat_itr { struct
790 static int fat_itr_isdir(fat_itr *itr);
800 static int fat_itr_root(fat_itr *itr, fsdata *fsdata)
834 static void fat_itr_child(fat_itr *itr, fat_itr *parent)
868 void *fat_next_cluster(fat_itr *itr, unsigned int *nbytes)
935 static dir_entry *next_dent(fat_itr *itr)
962 static dir_entry *extract_vfat_name(fat_itr *itr)
1020 static int fat_itr_next(fat_itr *it
[all...]
H A Dfat_write.c25 static dir_entry *find_directory_entry(fat_itr *itr, char *filename);
26 static int new_dir_table(fat_itr *itr);
78 static int fat_move_to_cluster(fat_itr *itr, unsigned int cluster)
105 static int set_name(fat_itr *itr, const char *filename, char *shortname)
263 static int fat_find_empty_dentries(fat_itr *itr, int count)
385 static int flush_dir(fat_itr *itr);
396 fill_dir_slot(fat_itr *itr, const char *l_name, const char *shortname)
655 static int flush_dir(fat_itr *itr)
825 static int new_dir_table(fat_itr *itr)
1225 static dir_entry *find_directory_entry(fat_itr *it
[all...]

Completed in 85 milliseconds