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

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

Completed in 63 milliseconds