Home
last modified time | relevance | path

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

/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Ddir.c214 static struct dosDirEntry *lostDir; variable
285 rootDir = lostDir = NULL; in finishDosDirSection()
1085 if (!lostDir) { in reconnect()
1086 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) { in reconnect()
1087 if (!strcmp(lostDir->name, LOSTDIR)) in reconnect()
1090 if (!lostDir) { /* Create LOSTDIR? XXX */ in reconnect()
1112 lfcl = p ? fat_get_cl_next(fat, lfcl) : lostDir in reconnect()
[all...]

Completed in 2 milliseconds