Expand description
VFS v2 Mount Tree Implementation
This module provides a new mount tree architecture for VFS v2 that supports:
- Hierarchical mount points with parent-child relationships
- Bind mounts and overlay mounts
- Proper path resolution across mount boundaries
- Efficient mount point lookup and traversal
Structs§
- MountId
- Unique identifier for mount points
- Mount
Options V2 - Mount options (for compatibility with manager_v2.rs)
- Mount
Point - Mount point information
- Mount
Tree - Mount tree manager for VFS v2
- VfsManager
Id - Unique identifier for VfsManager instances
Enums§
- Mount
Type - Type of mount operation