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

/freebsd-9.3-release/sbin/fsck_msdosfs/
H A Ddir.c210 static struct dosDirEntry *lostDir; variable in typeref:struct:dosDirEntry
301 rootDir = lostDir = NULL;
931 if (!lostDir) {
932 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) {
933 if (!strcmp(lostDir->name, LOSTDIR))
936 if (!lostDir) { /* Create LOSTDIR? XXX */
958 lfcl = p ? fat[lfcl].next : lostDir
[all...]

Completed in 43 milliseconds