Searched defs:cluster_t (Results 1 - 1 of 1) sorted by relevance

/system/extras/fatblock/
H A Dfat.h24 typedef uint32_t cluster_t; typedef
26 typedef cluster_t fat_entry_t;
46 cluster_t rootdir_start;
77 cluster_t free_clusters;
78 cluster_t last_cluster;
119 void fat_dirent_set_first_cluster(struct fat_dirent *de, cluster_t cluster);
122 cluster_t first_cluster, uint32_t size);

Completed in 36 milliseconds