Structsยง
- Config
- Options that configure the behavior of the file system.
- Permission
Data - Permission structure that is configured to map the UID-GID at runtime
Enumsยง
- Cache
Policy - The caching policy that the file system should report to the FUSE client. By default the FUSE protocol uses close-to-open consistency. This means that any cached contents of the file are invalidated the next time that file is opened.