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

  /external/fsck_msdos/
dosfs.h 63 cl_t RootCl; /* Start of Root Directory */
dir.c 241 if (boot->RootCl < CLUST_FIRST || boot->RootCl >= boot->NumClusters) {
243 boot->RootCl);
246 cl = fat[boot->RootCl].next;
249 || fat[boot->RootCl].head != boot->RootCl) {
260 fat[boot->RootCl].next = CLUST_FREE;
266 fat[boot->RootCl].flags |= FAT_USED;
267 rootDir->head = boot->RootCl;
boot.c 104 boot->RootCl = block[44] + (block[45] << 8)

Completed in 49 milliseconds