|
XINU
|
#include <lfilesys.h>

Data Fields | |
| struct lfdir | lf_dir |
| bool8 | lf_dirdirty |
| bool8 | lf_dirpresent |
| did32 | lf_dskdev |
| sid32 | lf_mutex |
Definition at line 130 of file lfilesys.h.
| 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().
| bool8 lfdata::lf_dirdirty |
Definition at line 137 of file lfilesys.h.
Referenced by lfdballoc(), lfflush(), lfiballoc(), lflclose(), lflputc(), lfsinit(), and lftruncate().
| bool8 lfdata::lf_dirpresent |
Definition at line 135 of file lfilesys.h.
| did32 lfdata::lf_dskdev |
Definition at line 131 of file lfilesys.h.
Referenced by lfdballoc(), lfflush(), lfiballoc(), lfsetup(), lfsinit(), lfsopen(), lftruncate(), and xsh_ls().
| sid32 lfdata::lf_mutex |
Definition at line 132 of file lfilesys.h.
Referenced by lflcontrol(), lfsetup(), lfsinit(), lfsopen(), and xsh_ls().
1.8.13