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

/freebsd-11-stable/sbin/fsck_msdosfs/
H A Ddir.c216 static struct dosDirEntry *lostDir; variable in typeref:struct:dosDirEntry
287 rootDir = lostDir = NULL;
1087 if (!lostDir) {
1088 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) {
1089 if (!strcmp(lostDir->name, LOSTDIR))
1092 if (!lostDir) { /* Create LOSTDIR? XXX */
1114 lfcl = p ? fat_get_cl_next(fat, lfcl) : lostDir
[all...]

Completed in 215 milliseconds