HomeSort by relevance Sort by last modified time
    Searched refs:cluster_t (Results 1 - 5 of 5) sorted by null

  /system/extras/fatblock/
fs.h 26 cluster_t num_clusters;
27 cluster_t next_cluster;
45 offset_t len, int type, cluster_t *first_cluster_out);
49 void fs_set_rootdir_start(struct fs *fs, cluster_t rootdir_start);
fat.h 24 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);
fat.c 27 void fat_dirent_set_first_cluster(struct fat_dirent *de, cluster_t cluster)
37 cluster_t first_cluster, uint32_t size)
fs.c 102 static void fs_set_fat(struct fs *fs, cluster_t cluster, fat_entry_t entry)
110 offset_t len, int type, cluster_t *first_cluster_out)
115 cluster_t clusters_needed, start;
116 cluster_t i;
160 cluster_t data_clusters;
249 void fs_set_rootdir_start(struct fs *fs, cluster_t rootdir_start)
import.c 90 cluster_t first_cluster;
197 cluster_t my_first_cluster;
204 cluster_t ch_first_cluster;
330 (cluster_t)-1, 0);

Completed in 53 milliseconds