Lines Matching defs:itr
743 static int fat_itr_root(fat_itr *itr, fsdata *fsdata) in fat_itr_root()
777 static void fat_itr_child(fat_itr *itr, fat_itr *parent) in fat_itr_child()
811 void *fat_next_cluster(fat_itr *itr, unsigned int *nbytes) in fat_next_cluster()
878 static dir_entry *next_dent(fat_itr *itr) in next_dent()
905 static dir_entry *extract_vfat_name(fat_itr *itr) in extract_vfat_name()
963 static int fat_itr_next(fat_itr *itr) in fat_itr_next()
1032 static int fat_itr_isdir(fat_itr *itr) in fat_itr_isdir()
1060 static int fat_itr_resolve(fat_itr *itr, const char *path, unsigned type) in fat_itr_resolve()
1203 fat_itr *itr; in fat_exists() local
1223 fat_itr *itr; in fat_size() local
1261 fat_itr *itr; in file_fat_read_at() local
1317 fat_itr itr; member