XINU
Data Fields
lfdata Struct Reference

#include <lfilesys.h>

Collaboration diagram for lfdata:
Collaboration graph
[legend]

Data Fields

struct lfdir lf_dir
 
bool8 lf_dirdirty
 
bool8 lf_dirpresent
 
did32 lf_dskdev
 
sid32 lf_mutex
 

Detailed Description

Definition at line 130 of file lfilesys.h.

Field Documentation

◆ lf_dir

struct lfdir lfdata::lf_dir

Definition at line 134 of file lfilesys.h.

Referenced by lfdballoc(), lfdbfree(), lfflush(), lfiballoc(), lfsinit(), lfsopen(), lftruncate(), and xsh_ls().

◆ lf_dirdirty

bool8 lfdata::lf_dirdirty

Definition at line 137 of file lfilesys.h.

Referenced by lfdballoc(), lfflush(), lfiballoc(), lflclose(), lflputc(), lfsinit(), and lftruncate().

◆ lf_dirpresent

bool8 lfdata::lf_dirpresent

Definition at line 135 of file lfilesys.h.

Referenced by lfsinit(), lfsopen(), and xsh_ls().

◆ lf_dskdev

did32 lfdata::lf_dskdev

Definition at line 131 of file lfilesys.h.

Referenced by lfdballoc(), lfflush(), lfiballoc(), lfsetup(), lfsinit(), lfsopen(), lftruncate(), and xsh_ls().

◆ lf_mutex

sid32 lfdata::lf_mutex

Definition at line 132 of file lfilesys.h.

Referenced by lflcontrol(), lfsetup(), lfsinit(), lfsopen(), and xsh_ls().


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