Module node

Module node 

Source
Expand description

ext2 VFS Node Implementation

This module implements the VFS node interface for ext2 filesystem nodes, providing file and directory objects that integrate with the VFS v2 architecture.

Structsยง

Ext2CharDeviceFileObject
ext2 Character Device File Object
Ext2DirectoryObject
ext2 Directory Object
Ext2FileObject
ext2 File Object
Ext2Node
ext2 VFS Node
MmapRange ๐Ÿ”’