Searched refs:lostDir (Results 1 – 1 of 1) sorted by relevance
218 static struct dosDirEntry *lostDir; variable296 rootDir = lostDir = NULL; in finishDosDirSection()907 if (!lostDir) { in reconnect()908 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) { in reconnect()909 if (!strcmp(lostDir->name, LOSTDIR)) in reconnect()912 if (!lostDir) { /* Create LOSTDIR? XXX */ in reconnect()934 lfcl = p ? fat[lfcl].next : lostDir->head; in reconnect()938 lfcl = (lostDir->head < boot->NumClusters) ? lostDir->head : 0; in reconnect()