Cedar Nucleus (files): Public interface -- Extras for FS.
File: FileExtrasForFS.mesa
Last Edited by: Bob Hagmann, May 10, 1984 8:24:14 am PDT
DIRECTORY
File;
FileExtrasForFS: CEDAR DEFINITIONS =
BEGIN
OPEN File;
CreateVMBacking: PROC[volume: Volume, size: PageCount, report: PROC[FP,PropertyStorage] ← NIL] RETURNS[Handle];
Special backdoor for FS to allow for special handling of the creation of the VM Backing File. Otherwise, this is identical to the Create procedure.
! Error[wentOffline, nonCedarVolume, volumeFull, fragmented, inconsistent, software, hardware]
END.