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