Searched refs:rootDir (Results 1 – 1 of 1) sorted by relevance
201 static struct dosDirEntry *rootDir; variable229 if ((rootDir = newDosDirEntry()) == NULL) { in resetDosDirSection()236 memset(rootDir, 0, sizeof *rootDir); in resetDosDirSection()265 rootDir->head = boot->bpbRootClust; in resetDosDirSection()285 for (d = rootDir; d; d = nd) { in finishDosDirSection()294 rootDir = lostDir = NULL; in finishDosDirSection()880 mod = readDosDirSection(dosfs, boot, fat, rootDir); in handleDirTree()927 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) { in reconnect()
Completed in 5 milliseconds