Skip to main content

Module mount

Module mount 

Source
Expand description

Mount management conventions and trait.

Defines refcounted mount management for uenv SquashFS images. Multiple allocations can share one mount. Lazy unmount with configurable hold time for cache locality.

Modules§

paths
Well-known mount paths.

Structs§

MountHandle
Handle to an acquired mount.

Enums§

MountError
Errors from mount operations.

Constants§

DEFAULT_HOLD_TIME_SECS
Default hold time in seconds before unmounting after refcount reaches zero.

Traits§

MountManager
Trait for refcounted mount management.