Skip to main content

Crate overlayfs_fuse

Crate overlayfs_fuse 

Source
Expand description

OverlayFS FUSE Implementation

This crate provides a FUSE-based overlay filesystem structure with automated layer management.

Structs§

OverlayFS
Core components for managing the overlay lifecycle, including the main filesystem structure, handles, and supported actions. The primary controller for the Overlay Filesystem.

Enums§

InodeMode
Defines how inodes are handled, including mapping and generation strategies between the underlying storage and the virtual filesystem. Defines the strategy for generating inode numbers.
OverlayAction
Core components for managing the overlay lifecycle, including the main filesystem structure, handles, and supported actions. Defines the finalization strategy for the upper layer when the filesystem is closed.