Searched refs:rootDir (Results 1 – 2 of 2) sorted by relevance
204 static struct dosDirEntry *rootDir; variable221 || !(rootDir = newDosDirEntry())) { in resetDosDirSection()225 (void)memset(rootDir, 0, sizeof *rootDir); in resetDosDirSection()238 rootDir->head = boot->RootCl; in resetDosDirSection()261 for (d = rootDir; d; d = nd) { in finishDosDirSection()270 rootDir = lostDir = NULL; in finishDosDirSection()846 mod = readDosDirSection(dosfs, boot, fat, rootDir); in handleDirTree()905 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) { in reconnect()
675 bool rootDir = has_root_directory(p, style); in is_absolute() local678 return rootDir && rootName; in is_absolute()