Searched refs:fat_dirent (Results 1 – 4 of 4) sorted by relevance
27 void fat_dirent_set_first_cluster(struct fat_dirent *de, cluster_t cluster) in fat_dirent_set_first_cluster()35 void fat_dirent_set(struct fat_dirent *de, in fat_dirent_set()
88 struct fat_dirent { struct119 void fat_dirent_set_first_cluster(struct fat_dirent *de, cluster_t cluster); argument120 void fat_dirent_set(struct fat_dirent *de,
92 struct fat_dirent *dot_dot_dirent;205 struct fat_dirent *ch_dirent; in import_dir()294 d->size = sizeof(struct fat_dirent) * (count + (is_root ? 0 : 2)); in import_dir()307 d->entries = malloc(sizeof(struct fat_dirent) * (count + (is_root ? 0 : 2))); in import_dir()
62 struct fat_dirent *entries;