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

/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A Dext.h47 extern struct dosDirEntry *rootDir;
H A Ddir.c211 struct dosDirEntry *rootDir; variable in typeref:struct:dosDirEntry
239 if ((rootDir = newDosDirEntry()) == NULL) {
246 memset(rootDir, 0, sizeof *rootDir);
274 rootDir->head = boot->RootCl;
294 for (d = rootDir; d; d = nd) {
303 rootDir = lostDir = NULL;
890 mod = readDosDirSection(dosfs, boot, fat, rootDir);
936 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) {

Completed in 186 milliseconds