Searched refs:lostDir (Results 1 – 1 of 1) sorted by relevance
216 static struct dosDirEntry *lostDir; variable287 rootDir = lostDir = NULL; in finishDosDirSection()1087 if (!lostDir) { in reconnect()1088 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) { in reconnect()1089 if (!strcmp(lostDir->name, LOSTDIR)) in reconnect()1092 if (!lostDir) { /* Create LOSTDIR? XXX */ in reconnect()1114 lfcl = p ? fat_get_cl_next(fat, lfcl) : lostDir->head; in reconnect()1118 lfcl = (lostDir->head < boot->NumClusters) ? lostDir->head : 0; in reconnect()