Home | History | Annotate | Download | only in fsck_msdos

Lines Matching full:lostdir

218 static struct dosDirEntry *lostDir;
296 rootDir = lostDir = NULL;
1027 if (!lostDir) {
1028 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) {
1029 if (!strcmp(lostDir->name, LOSTDIR))
1032 if (!lostDir) { /* Create LOSTDIR? XXX */
1033 pwarn("No %s directory\n", LOSTDIR);
1054 lfcl = p ? fat[lfcl].next : lostDir->head;
1056 /* Extend LOSTDIR? XXX */
1057 pwarn("No space in %s\n", LOSTDIR);
1058 lfcl = (lostDir->head < boot->NumClusters) ? lostDir->head : 0;