Home
last modified time | relevance | path

Searched refs:fat_dirent (Results 1 – 4 of 4) sorted by relevance

/system/extras/fatblock/
Dfat.c27 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()
Dfat.h88 struct fat_dirent { struct
119 void fat_dirent_set_first_cluster(struct fat_dirent *de, cluster_t cluster); argument
120 void fat_dirent_set(struct fat_dirent *de,
Dimport.c92 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()
Dfatblock.h62 struct fat_dirent *entries;