Lines Matching defs: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()
1079 fat_itr *itr; in fat_exists() local
1099 fat_itr *itr; in fat_size() local
1136 fat_itr *itr; in file_fat_read_at() local
1196 fat_itr itr; member