Module mount_tree

Source
Expand description

Mount Tree Implementation

This module provides a Trie-based mount point management system for efficient path resolution and hierarchical mount point organization.

Structs§

MountNode
Mount tree node representing a single component in the filesystem hierarchy
MountOptions
Mount options controlling filesystem behavior and security
MountPoint
Extended mount point information
MountTree
Mount point management using Trie structure

Enums§

BindType
Bind mount type specifying access and propagation behavior
MountType
Mount type classification for different mount strategies