IBNOS
Public Attributes | List of all members
file Struct Reference

#include <filesystem.h>

Collaboration diagram for file:
Collaboration graph
[legend]

Public Attributes

struct object obj
 
struct directoryparent
 
char * name
 
struct linkedList openedFiles
 
bool isHeap
 
uint8_t * buffer
 
uint32_t size
 

Detailed Description

Definition at line 55 of file filesystem.h.

Member Data Documentation

◆ buffer

uint8_t* file::buffer

Definition at line 64 of file filesystem.h.

◆ isHeap

bool file::isHeap

Definition at line 63 of file filesystem.h.

◆ name

char* file::name

Definition at line 59 of file filesystem.h.

◆ obj

struct object file::obj

Definition at line 57 of file filesystem.h.

◆ openedFiles

struct linkedList file::openedFiles

Definition at line 61 of file filesystem.h.

◆ parent

struct directory* file::parent

Definition at line 58 of file filesystem.h.

◆ size

uint32_t file::size

Definition at line 65 of file filesystem.h.


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