Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c63 ClusterContents TheRootDir; variable
601 visitNodes(fd, FAKE_ROOTDIR_CLUST, &TheRootDir, RootDirSize, depth, in traverseFromRoot()
933 if (TheRootDir.bytes != NULL) in getRootDirectory()
935 else if ((TheRootDir.bytes = (uchar_t *)malloc(RootDirSize)) == NULL) { in getRootDirectory()
952 if ((bytesRead = read(fd, TheRootDir.bytes, RootDirSize)) != in getRootDirectory()
968 dump_bytes(TheRootDir.bytes, 256); in getRootDirectory()
977 if (!TheRootDir.bytes) { in writeRootDirMods()
1001 if ((bytesWritten = write(fd, TheRootDir.bytes, RootDirSize)) != in writeRootDirMods()
H A Dfsck_main.c83 extern ClusterContents TheRootDir;
308 if (TheRootDir.bytes == NULL) in confirmMountable()
H A Dclusters.c47 extern ClusterContents TheRootDir;
1359 if (!IsFAT32 && ((uchar_t *)modified >= TheRootDir.bytes) && in findImpactedCluster()
1360 ((uchar_t *)modified < TheRootDir.bytes + RootDirSize)) in findImpactedCluster()