Lines Matching refs:fat_itr
649 } 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()
1027 fat_itr *itr; in fat_exists()
1030 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_exists()
1047 fat_itr *itr; in fat_size()
1050 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_size()
1084 fat_itr *itr; in file_fat_read_at()
1087 itr = malloc_cache_aligned(sizeof(fat_itr)); in file_fat_read_at()
1136 fat_itr itr;