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 *
84 overhead += RootDirSize / TheBIOSParameterBlock.bpb.bytes_per_sector;
H A Ddir.c66 int32_t RootDirSize; variable
603 visitNodes(fd, FAKE_ROOTDIR_CLUST, &TheRootDir, RootDirSize, depth,
937 else if ((TheRootDir.bytes = (uchar_t *)malloc(RootDirSize)) == NULL) {
954 if ((bytesRead = read(fd, TheRootDir.bytes, RootDirSize)) !=
955 RootDirSize) {
1003 if ((bytesWritten = write(fd, TheRootDir.bytes, RootDirSize)) !=
1004 RootDirSize) {
H A Dclusters.c51 extern int32_t RootDirSize;
1350 ((uchar_t *)modified < TheRootDir.bytes + RootDirSize))

Completed in 62 milliseconds