Filesystem Layer

---
title: Filesystem Structures
---
classDiagram
    class vmp_t{
        *dev_driver
        *fs_driver vfs_fs_t
    }
    class block_device_t {
        zob
    }
    class vfs_fs_t {
        zig
    }

    block_device_t <|-- vmp_t
    vfs_fs_t <|-- vmp_t
    note "Filesystem Structures"
Note

This diagram is evolving as I am in the process of implementing the code for this. Anything could change, so come back often.

On this page
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9