Lines Matching defs:lostDir
214 static struct dosDirEntry *lostDir;
285 rootDir = lostDir = NULL;
1085 if (!lostDir) {
1086 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) {
1087 if (!strcmp(lostDir->name, LOSTDIR))
1090 if (!lostDir) { /* Create LOSTDIR? XXX */
1112 lfcl = p ? fat_get_cl_next(fat, lfcl) : lostDir->head;
1116 lfcl = (lostDir->head < boot->NumClusters) ? lostDir->head : 0;