Lines Matching refs:fat_itr
670 struct fat_itr { struct
733 static int fat_itr_isdir(fat_itr *itr); argument
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()
1206 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_exists()
1223 fat_itr *itr; in fat_size()
1226 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_size()
1261 fat_itr *itr; in file_fat_read_at()
1264 itr = malloc_cache_aligned(sizeof(fat_itr)); in file_fat_read_at()
1317 fat_itr itr;