Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat.c659 } fat_itr; typedef
661 static int fat_itr_isdir(fat_itr *itr);
671 static int fat_itr_root(fat_itr *itr, fsdata *fsdata) in fat_itr_root()
703 static void fat_itr_child(fat_itr *itr, fat_itr *parent) in fat_itr_child()
722 static void *next_cluster(fat_itr *itr) in next_cluster()
772 static dir_entry *next_dent(fat_itr *itr) in next_dent()
797 static dir_entry *extract_vfat_name(fat_itr *itr) in extract_vfat_name()
843 static int fat_itr_next(fat_itr *itr) in fat_itr_next()
889 static int fat_itr_isdir(fat_itr *itr) in fat_itr_isdir()
917 static int fat_itr_resolve(fat_itr *itr, const char *path, unsigned type) in fat_itr_resolve()
[all …]