Home
last modified time | relevance | path

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

/external/u-boot/fs/fat/
Dfat.c649 } fat_itr; typedef
651 static int fat_itr_isdir(fat_itr *itr);
661 static int fat_itr_root(fat_itr *itr, fsdata *fsdata) in fat_itr_root()
693 static void fat_itr_child(fat_itr *itr, fat_itr *parent) in fat_itr_child()
713 static void *next_cluster(fat_itr *itr) in next_cluster()
763 static dir_entry *next_dent(fat_itr *itr) in next_dent()
788 static dir_entry *extract_vfat_name(fat_itr *itr) in extract_vfat_name()
834 static int fat_itr_next(fat_itr *itr) in fat_itr_next()
879 static int fat_itr_isdir(fat_itr *itr) in fat_itr_isdir()
907 static int fat_itr_resolve(fat_itr *itr, const char *path, unsigned type) in fat_itr_resolve()
[all …]