Lines Matching refs:fat_itr
23 static dir_entry *find_directory_entry(fat_itr *itr, char *filename);
24 static int new_dir_table(fat_itr *itr);
76 static int fat_move_to_cluster(fat_itr *itr, unsigned int cluster) in fat_move_to_cluster()
103 static int set_name(fat_itr *itr, const char *filename, char *shortname) in set_name()
258 static int fat_find_empty_dentries(fat_itr *itr, int count) in fat_find_empty_dentries()
380 static int flush_dir(fat_itr *itr);
391 fill_dir_slot(fat_itr *itr, const char *l_name, const char *shortname) in fill_dir_slot()
650 static int flush_dir(fat_itr *itr) in flush_dir()
820 static int new_dir_table(fat_itr *itr) in new_dir_table()
1179 static dir_entry *find_directory_entry(fat_itr *itr, char *filename) in find_directory_entry()
1313 fat_itr *itr = NULL; in file_fat_write_at()
1336 itr = malloc_cache_aligned(sizeof(fat_itr)); in file_fat_write_at()
1440 static int fat_dir_entries(fat_itr *itr) in fat_dir_entries()
1442 fat_itr *dirs; in fat_dir_entries()
1447 dirs = malloc_cache_aligned(sizeof(fat_itr)); in fat_dir_entries()
1483 static int delete_single_dentry(fat_itr *itr) in delete_single_dentry()
1501 static int delete_long_name(fat_itr *itr) in delete_long_name()
1525 static int delete_dentry_long(fat_itr *itr) in delete_dentry_long()
1564 fat_itr *itr = NULL; in fat_unlink()
1582 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_unlink()
1637 fat_itr *itr = NULL; in fat_mkdir()
1661 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_mkdir()