Searched refs:RootCl (Results 1 – 3 of 3) sorted by relevance
241 if (boot->RootCl < CLUST_FIRST || boot->RootCl >= boot->NumClusters) { in resetDosDirSection()243 boot->RootCl); in resetDosDirSection()246 cl = fat[boot->RootCl].next; in resetDosDirSection()249 || fat[boot->RootCl].head != boot->RootCl) { in resetDosDirSection()260 fat[boot->RootCl].next = CLUST_FREE; in resetDosDirSection()266 fat[boot->RootCl].flags |= FAT_USED; in resetDosDirSection()267 rootDir->head = boot->RootCl; in resetDosDirSection()
63 cl_t RootCl; /* Start of Root Directory */ member
104 boot->RootCl = block[44] + (block[45] << 8)