NAME
Filesys::POSIX::Mem
DESCRIPTION
Provides the base class representing an instance of the memory file system. All inode and directory entry data lives completely in memory, or in temporary files referenced by inode buckets as provided by Filesys::POSIX::Mem::Bucket file handles.
CREATING AND INITIALIZING THE FILESYSTEM
- $fs->new()
-
Creates a new, unmounted filesystem. The root inode of this filesystem is created as a directory with 0755 permissions.
- $fs->init(%flags)
-
Stores the flags passed in the current filesystem object. This method is usually called by Filesys::POSIX::Mount when said filesystem object is mounted. These mount flags can be retrieved later.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 23:
=over without closing =back