Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dbpb.c52 extern int32_t RootDirSize;
82 RootDirSize = TheBIOSParameterBlock.bpb.num_root_entries * in computeFileAreaSize()
84 overhead += RootDirSize / TheBIOSParameterBlock.bpb.bytes_per_sector; in computeFileAreaSize()
H A Ddir.c64 int32_t RootDirSize; variable
601 visitNodes(fd, FAKE_ROOTDIR_CLUST, &TheRootDir, RootDirSize, depth, in traverseFromRoot()
935 else if ((TheRootDir.bytes = (uchar_t *)malloc(RootDirSize)) == NULL) { in getRootDirectory()
952 if ((bytesRead = read(fd, TheRootDir.bytes, RootDirSize)) != in getRootDirectory()
953 RootDirSize) { in getRootDirectory()
1001 if ((bytesWritten = write(fd, TheRootDir.bytes, RootDirSize)) != in writeRootDirMods()
1002 RootDirSize) { in writeRootDirMods()
H A Dclusters.c50 extern int32_t RootDirSize;
1349 ((uchar_t *)modified < TheRootDir.bytes + RootDirSize)) in findImpactedCluster()