Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
filesystem Struct Reference

#include <filesystem.h>

Data Fields

char name [16]
 
struct fs_data data
 
struct filesystemnext
 

Detailed Description

Definition at line 31 of file filesystem.h.

Field Documentation

◆ data

struct fs_data filesystem::data

Definition at line 33 of file filesystem.h.

◆ name

char filesystem::name[16]

Definition at line 32 of file filesystem.h.

Referenced by __attribute__(), and print_dentry_tree().

◆ next

struct filesystem* filesystem::next

Definition at line 34 of file filesystem.h.

Referenced by __attribute__().


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