This provides a very basic interface for a filesystem implementation. Basically a filesystem contains just a way to get StatFS information, a way to get the root node (which should be a DirNode), and a way to get the mountpoint.
Public Member Functions | |
| virtual int | Statfs (out StatFS stat) |
Properties | |
| abstract Fuse.DirNode | RootNode |
| abstract string | Name |
| virtual string[] | RequiredMountArgs |
|
|
Get filesystem statistics
|
|
|
The filesystem's name. This can be an implementation name, such as "RawFS". |
|
|
If special mount flags are required for operation, they should be provided by this property. |
|
|
Return node corresponding to the root directory of the filesystem. |
1.4.3