Searched refs:RootDirSize (Results 1 – 3 of 3) sorted by relevance
52 extern int32_t RootDirSize;82 RootDirSize = TheBIOSParameterBlock.bpb.num_root_entries * in computeFileAreaSize()84 overhead += RootDirSize / TheBIOSParameterBlock.bpb.bytes_per_sector; in computeFileAreaSize()
66 int32_t RootDirSize; variable603 visitNodes(fd, FAKE_ROOTDIR_CLUST, &TheRootDir, RootDirSize, depth, in traverseFromRoot()937 else if ((TheRootDir.bytes = (uchar_t *)malloc(RootDirSize)) == NULL) { in getRootDirectory()954 if ((bytesRead = read(fd, TheRootDir.bytes, RootDirSize)) != in getRootDirectory()955 RootDirSize) { in getRootDirectory()1003 if ((bytesWritten = write(fd, TheRootDir.bytes, RootDirSize)) != in writeRootDirMods()1004 RootDirSize) { in writeRootDirMods()
51 extern int32_t RootDirSize;1350 ((uchar_t *)modified < TheRootDir.bytes + RootDirSize)) in findImpactedCluster()