INTERNAL METHOD
Called once to load up metadata stored on the writable file system.
Create the file at path p with the given mode. Then, open it with the given flag.
Opens the file at path p with the given flag. The file must exist.
The path to open.
The flag to use when opening the file.
Generated using TypeDoc
INTERNAL, DO NOT USE DIRECTLY!
Core OverlayFS class that contains no locking whatsoever. We wrap these objects in a LockedFS to prevent races.