Searched refs:RootCl (Results 1 – 3 of 3) sorted by relevance
248 if (boot->RootCl < CLUST_FIRST || boot->RootCl >= boot->NumClusters) { in resetDosDirSection()250 boot->RootCl); in resetDosDirSection()253 cl = fat[boot->RootCl].next; in resetDosDirSection()256 || fat[boot->RootCl].head != boot->RootCl) { in resetDosDirSection()267 fat[boot->RootCl].next = CLUST_FREE; in resetDosDirSection()273 fat[boot->RootCl].flags |= FAT_USED; in resetDosDirSection()274 rootDir->head = boot->RootCl; in resetDosDirSection()
56 cl_t RootCl; /* Start of Root Directory */ member
128 boot->RootCl = block[44] + (block[45] << 8) in readboot()