Home
last modified time | relevance | path

Searched refs:lostDir (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/fsck_msdosfs/
H A Ddir.c214 static struct dosDirEntry *lostDir; variable
285 rootDir = lostDir = NULL; in finishDosDirSection()
1098 if (!lostDir) { in reconnect()
1099 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) { in reconnect()
1100 if (!strcmp(lostDir->name, LOSTDIR)) in reconnect()
1103 if (!lostDir) { /* Create LOSTDIR? XXX */ in reconnect()
1125 lfcl = p ? fat_get_cl_next(fat, lfcl) : lostDir->head; in reconnect()
1129 lfcl = (lostDir->head < boot->NumClusters) ? lostDir->head : 0; in reconnect()