Searched refs:rootDir (Results 1 – 2 of 2) sorted by relevance
216 static struct dosDirEntry *rootDir; variable243 if ((rootDir = newDosDirEntry()) == NULL) { in resetDosDirSection()250 memset(rootDir, 0, sizeof *rootDir); in resetDosDirSection()264 rootDir->head = boot->bpbRootClust; in resetDosDirSection()284 for (d = rootDir; d; d = nd) { in finishDosDirSection()293 rootDir = lostDir = NULL; in finishDosDirSection()885 mod = readDosDirSection(dosfs, boot, fat, rootDir); in handleDirTree()932 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) { in reconnect()
692 bool rootDir = has_root_directory(p, style); in is_absolute() local696 return rootDir && rootName; in is_absolute()