Searched defs:TheRootDir (Results 1 - 1 of 1) 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)) !=

Completed in 58 milliseconds