XINU
|
ディスク上の空きリストから新しいデータブロック割当を行う。 More...
#include <xinu.h>
Go to the source code of this file.
Macros | |
#define | DFILL '+' /* character used to fill a disk block */ |
Functions | |
dbid32 | lfdballoc (struct lfdbfree *dbuff) |
ディスク上の空きリストから新しいデータブロック割当を行う。
Definition in file lfdballoc.c.
#define DFILL '+' /* character used to fill a disk block */ |
Definition at line 12 of file lfdballoc.c.
Referenced by lfdballoc().
Definition at line 19 of file lfdballoc.c.
References DFILL, FALSE, LF_AREA_DIR, LF_BLKSIZ, Lf_data, lfdata::lf_dir, lfdata::lf_dirdirty, LF_DNULL, lfdata::lf_dskdev, lfdir::lfd_dfree, memset(), panic(), read(), SYSERR, and write().
Referenced by lfsetup().