Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c65 ClusterContents TheRootDir; variable
603 visitNodes(fd, FAKE_ROOTDIR_CLUST, &TheRootDir, RootDirSize, depth, in traverseFromRoot()
935 if (TheRootDir.bytes != NULL) in getRootDirectory()
937 else if ((TheRootDir.bytes = (uchar_t *)malloc(RootDirSize)) == NULL) { in getRootDirectory()
954 if ((bytesRead = read(fd, TheRootDir.bytes, RootDirSize)) != in getRootDirectory()
970 dump_bytes(TheRootDir.bytes, 256); in getRootDirectory()
979 if (!TheRootDir.bytes) { in writeRootDirMods()
1003 if ((bytesWritten = write(fd, TheRootDir.bytes, RootDirSize)) != in writeRootDirMods()
H A Dfsck.c79 extern ClusterContents TheRootDir;
289 if (TheRootDir.bytes == NULL) in confirmMountable()
H A Dclusters.c45 extern ClusterContents TheRootDir;
1349 if (!IsFAT32 && ((uchar_t *)modified >= TheRootDir.bytes) && in findImpactedCluster()
1350 ((uchar_t *)modified < TheRootDir.bytes + RootDirSize)) in findImpactedCluster()