⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module ext4

Module ext4 

Source
Expand description

ext4 Read-Only Filesystem Implementation

Supports reading files, directories, symlinks from ext4 formatted volumes. Handles both extent-based and legacy block-map inodes. Journal replay is not implemented (read-only mount).

Struct fields and constants define the on-disk ext4 format per the kernel documentation. Unused fields/constants are retained for format completeness and future write support.

Structs§

Ext4Fs
ext4 filesystem (read-only)
Ext4Node
A cached ext4 directory/file/symlink node