Searched refs:rootDir (Results 1 – 3 of 3) sorted by relevance
211 struct dosDirEntry *rootDir; variable239 if ((rootDir = newDosDirEntry()) == NULL) { in resetDosDirSection()246 memset(rootDir, 0, sizeof *rootDir); in resetDosDirSection()274 rootDir->head = boot->RootCl; in resetDosDirSection()294 for (d = rootDir; d; d = nd) { in finishDosDirSection()303 rootDir = lostDir = NULL; in finishDosDirSection()892 mod = readDosDirSection(dosfs, boot, fat, rootDir); in handleDirTree()939 for (lostDir = rootDir->child; lostDir; lostDir = lostDir->next) { in reconnect()
47 extern struct dosDirEntry *rootDir;
673 bool rootDir = has_root_directory(p, style); in is_absolute() local677 return rootDir && rootName; in is_absolute()