Home
last modified time | relevance | path

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

/third_party/uapp/fsck-msdosfs/
A Ddir.c201 static struct dosDirEntry *rootDir; variable
229 if ((rootDir = newDosDirEntry()) == NULL) { in resetDosDirSection()
236 memset(rootDir, 0, sizeof *rootDir); in resetDosDirSection()
265 rootDir->head = boot->bpbRootClust; in resetDosDirSection()
285 for (d = rootDir; d; d = nd) { in finishDosDirSection()
294 rootDir = lostDir = NULL; in finishDosDirSection()
880 mod = readDosDirSection(dosfs, boot, fat, rootDir); in handleDirTree()
927 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) { in reconnect()

Completed in 5 milliseconds