Module types

Module types 

Source
Expand description

Core type definitions for the filesystem.

This module defines fundamental data types used throughout the filesystem implementation. These types encapsulate low-level representations of on-disk metadata and provide utility methods for interpreting and manipulating filesystem structures.

Most types here are simple wrappers around integers or enums, often with utility methods to convert between disk layout positions and internal structures.

Structs§

LogicalBlockAddress
Represents a logical block address (LBA) on disk.

Enums§

FileType
Represents the type of a file in the filesystem.