XINU
|
#include <xinu.h>
Go to the source code of this file.
Functions | |
devcall | lfsinit (struct dentry *devptr) |
Variables | |
struct lfdata | Lf_data |
Definition at line 11 of file lfsinit.c.
References FALSE, Lf_data, lfdata::lf_dir, lfdata::lf_dirdirty, lfdata::lf_dirpresent, LF_DISK_DEV, lfdata::lf_dskdev, lfdata::lf_mutex, memset(), NULLCH, OK, and semcreate().
struct lfdata Lf_data |
Definition at line 5 of file lfsinit.c.
Referenced by lfdballoc(), lfdbfree(), lfflush(), lfiballoc(), lflclose(), lflcontrol(), lflputc(), lfsetup(), lfsinit(), lfsopen(), lftruncate(), and xsh_ls().