Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/fat/
H A Dfat.c667 } fat_itr; typedef
669 static int fat_itr_isdir(fat_itr *itr);
679 static int fat_itr_root(fat_itr *itr, fsdata *fsdata) in fat_itr_root()
713 static void fat_itr_child(fat_itr *itr, fat_itr *parent) in fat_itr_child()
736 static void *next_cluster(fat_itr *itr) in next_cluster()
787 static dir_entry *next_dent(fat_itr *itr) in next_dent()
815 static dir_entry *extract_vfat_name(fat_itr *itr) in extract_vfat_name()
864 static int fat_itr_next(fat_itr *itr) in fat_itr_next()
909 static int fat_itr_isdir(fat_itr *itr) in fat_itr_isdir()
937 static int fat_itr_resolve(fat_itr *itr, const char *path, unsigned type) in fat_itr_resolve()
[all …]
H A Dfat_write.c212 static int flush_dir_table(fat_itr *itr);
219 fill_dir_slot(fat_itr *itr, const char *l_name) in fill_dir_slot()
595 static int flush_dir_table(fat_itr *itr) in flush_dir_table()
938 static dir_entry *find_directory_entry(fat_itr *itr, char *filename) in find_directory_entry()
1056 fat_itr *itr = NULL; in file_fat_write_at()
1080 itr = malloc_cache_aligned(sizeof(fat_itr)); in file_fat_write_at()
1194 static int fat_dir_entries(fat_itr *itr) in fat_dir_entries()
1196 fat_itr *dirs; in fat_dir_entries()
1201 dirs = malloc_cache_aligned(sizeof(fat_itr)); in fat_dir_entries()
1231 static int delete_dentry(fat_itr *itr) in delete_dentry()
[all …]