DIRECTORY BasicTime USING [GMT], File USING [Reason], FSBackdoor USING [Version], FSExtras USING [CreateOp, RemoteOp], Rope USING [ROPE]; FSReport: CEDAR DEFINITIONS = BEGIN ReportRemote: PROCEDURE [op: FSExtras.RemoteOp, fName: Rope.ROPE]; ReportCreation: PROCEDURE [op: FSExtras.CreateOp, fName: Rope.ROPE]; FileError: PROCEDURE [reason: File.Reason]; LockConflict: PROCEDURE [prefix, nameBody: Rope.ROPE, version: FSBackdoor.Version]; UnknownFile: PROCEDURE [name: Rope.ROPE, createdTime: BasicTime.GMT]; UnknownVolumeLName: PROCEDURE [name: Rope.ROPE]; UnknownVolume: PUBLIC PROC [vName: Rope.ROPE]; NoCache: PUBLIC PROC [gName: Rope.ROPE]; VersionSpecified: PUBLIC PROC [name: Rope.ROPE]; END. ΎFSReport.mesa Last Edited by: Schroeder, October 31, 1983 10:30 am Reports a remote operation so calls to FSExtras.NextRemoteEvent and FSBackdoor.NextEvent can see what is going on in FS. Reports a creation operation so calls to FSExtras.NextCreationEvent can see what is going on in FS. Below are procedures for producting various FS.Error's. Only procedures needed by more than one module are included here. The remaining FS.Error's are generated by the module that discovers the problem. Produces FS.Error that corresponds to the "reason". A canned explanation is provided. Produces FS.Error[$lockConflict] with and explanation that includes the name of the file involved. Produces FS.Error[$unknownFile] with and explanation that includes the "name" and "createdTime". Produces FS.Error[$unknownVolume] for a file on the system volume with an explanation that includes the "name" of the file. Produces FS.Error[$unknownVolume] with an explanation that includes the "vName" of the volume. Produces FS.Error[$noCache] with an explanation that includes the "gName" of the global file that cannot be cached. Produces FS.Error[$versionSpecified] with an explanation that includes the "name". ΚΆ– "Cedar" style˜Jšœ ™ J™4unitšΟk ˜ Icodešœ œœ˜Lšœœ ˜Lšœ œ ˜Lšœ œ˜$Lšœœœ˜—šœ œ œ˜#šΟn œ œ%œ˜BJšœuœ™x—šžœ œ%œ˜DJšœ`œ™c—J™J™—šœΞ™Ξšž œ œ˜+JšœY™Y—šž œ œœ˜SJšœe™e—šž œ œ œœ˜EJšœc™c—šžœ œ œ˜0Jšœ œp™{—šž œœœœ˜.Jšœ œS™^—šžœœœœ˜(Jšœ œh™s—šžœœœ œ˜0Jšœ œG™R——Kšœ˜—…—Ό 0