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

/external/fsck_msdos/
H A Ddir.c218 static struct dosDirEntry *lostDir; variable in typeref:struct:dosDirEntry
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 */
1054 lfcl = p ? fat[lfcl].next : lostDir
[all...]

Completed in 60 milliseconds