[][src]Crate polyfuse

FUSE (Filesystem in userspace) framework for Rust.

Modules

notify

Send notification to the kernel.

reply

Replies to the kernel.

request

Receives and parses FUSE requests.

Structs

CapabilityFlags

Capability flags to control the behavior of the kernel driver.

ConnectionInfo

Information about the connection associated with a session.

Context

Contextural information about an incoming request.

DirEntry

A directory entry.

FileAttr

Attributes about a file.

FileLock

File lock information.

Forget

A forget information.

Interrupt

A future for awaiting an interrupt signal sent to a request.

Notifier

Notification sender.

Session

FUSE session driver.

SessionInitializer

Session initializer.

StatFs

Filesystem statistics.

Enums

Operation

The kind of FUSE requests received from the kernel.

Traits

Buffer

Buffer that stores FUSE requests.

Filesystem

The filesystem running on the user space.