Module mount_tree

Source
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
MountOptionsV2
Mount options (for compatibility with manager_v2.rs)
MountPoint
Mount point information
MountTree
Mount tree manager for VFS v2
VfsManagerId
Unique identifier for VfsManager instances

Enums§

MountType
Type of mount operation

Functions§

vfs_error 🔒

Type Aliases§

VfsEntryRef
VfsEntryWeakRef
VfsResult