Cthulhu  0.2.10
Cthulhu compiler collection
fs_t Struct Reference

#include <common.h>

Collaboration diagram for fs_t:

Data Fields

const fs_callbacks_tcb
 callbacks More...
 
arena_tarena
 
fs_inode_troot
 root inode More...
 
char data []
 

Detailed Description

Definition at line 71 of file common.h.

Field Documentation

◆ arena

arena_t* fs_t::arena

Definition at line 74 of file common.h.

◆ cb

const fs_callbacks_t* fs_t::cb

callbacks

Definition at line 73 of file common.h.

◆ data

char fs_t::data[]

Definition at line 77 of file common.h.

◆ root

fs_inode_t* fs_t::root

root inode

Definition at line 75 of file common.h.


The documentation for this struct was generated from the following file: