UNIX xv6 (rev8, 9/1/15)
|
#include "types.h"
#include "defs.h"
#include "param.h"
#include "spinlock.h"
#include "fs.h"
#include "buf.h"
Go to the source code of this file.
Data Structures | |
struct | logheader |
struct | log |
Functions | |
void | initlog (int dev) |
void | begin_op (void) |
void | end_op (void) |
void | log_write (struct buf *b) |
Variables | |
struct log | log |