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

/system/extras/fatblock/
H A Dfat.c27 void fat_dirent_set_first_cluster(struct fat_dirent *de, cluster_t cluster) argument
31 de->first_cluster_hi = htole16((cluster >> 16) & 0xffff);
32 de->first_cluster_lo = htole16((cluster >> 0) & 0xffff);
H A Dfs.c102 static void fs_set_fat(struct fs *fs, cluster_t cluster, fat_entry_t entry) argument
106 fs->fat[cluster] = htole32(entry);

Completed in 40 milliseconds