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

/freebsd-11.0-release/sbin/fsck_msdosfs/
H A Ddir.c210 static struct dosDirEntry *lostDir; variable in typeref:struct:dosDirEntry
302 rootDir = lostDir = NULL;
934 if (!lostDir) {
935 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) {
936 if (!strcmp(lostDir->name, LOSTDIR))
939 if (!lostDir) { /* Create LOSTDIR? XXX */
961 lfcl = p ? fat[lfcl].next : lostDir
[all...]

Completed in 41 milliseconds